mqsireadbar command

Use the mqsireadbar command to read a deployable BAR file and identify its defined keywords.

Supported platforms

  • Windows®
  • Linux® on x86

Purpose

The mqsireadbar command returns the keywords defined for each deployable file within a deployable broker archive file.

Syntax

Parameters

-b BarName
(Required) The name of the BAR archive file to be read. The BAR file is in compressed format.

Authorization

On all platforms, the user ID that is used to start this command must have the authority to read the BAR file on the local system.

Responses

This command returns the following responses:
  • BIP2956 Unable to read broker archive file <file name>
Windows platform This command is supplied as a batch file. If you run the command in an automation system or from a script, use the Windows CALL command to ensure that the correct ERRORLEVEL is returned:
...
CALL mqsireadbar
...

Examples

The following example reads the file my_bar_file.bar and returns defined keywords within the given file:
   mqsireadbar -b my_bar_file.bar
Related concepts
Broker archive
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2009Copyright IBM Corporation 1999, 2009.
Last updated : 2009-01-07 15:22:39

an26160_