showSIBMQLink command

Use the showSIBMQLink command to show the properties of a WebSphere® MQ link.

To run the command, use the AdminTask object of the wsadmin scripting client.

The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere scripts using wsadmin scripting.

Command-line help is provided for service integration bus commands:
  • For a list of the available service integration bus commands in Jython and a brief description of each command, enter the following command at the wsadmin prompt:

    print AdminTask.help('SIBAdminCommands')

  • For overview help on a given command, enter the following command at the wsadmin prompt:

    print AdminTask.help('command_name')

Purpose

The showSIBMQLink command lists details about the properties of a WebSphere MQ link.

Target object

A WebSphere MQ link.

Required parameters

-bus
The name of the service integration bus for which you created the WebSphere MQ link. You can use the listSIBuses command to list the names of existing buses.
-messagingEngine
The name of the messaging engine for which you created the WebSphere MQ link. You can use the listSIBEngines command to list the names of existing messaging engines.
-name
The name of the WebSphere MQ link.

Conditional parameters

None.

Optional parameters

javaFormat
The output from the command is a format suitable for Java program clients.

Example

wsadmin>AdminTask.showSIBMQLink('[-bus myBus -messagingEngine myHostNode01.server1-myBus 
-mqLink myMQLink]')
'{nonPersistentMessageSpeed=FAST, qmName=myBus, adoptable=false, sequenceWrap=999999999, 
name=myMQLink, targetUuid=738AE126B908E5451A3D4691, initialState=STARTED, 
senderChannel=null, brokerProfile=[], receiverChannel=null, preferLocalQueuePoints=true, 
batchSize=50, uuid=6B89C4F08AB072C5, heartBeat=300, description=null, maxMsgSize=4194304, 
exceptionDestination=_SYSTEM.Exception.Destination.myHostNode01.server1-myBus}'
wsadmin>
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Jan 30, 2014 9:17:32 AM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-nd-iseries&topic=rjj_mqlink_show
File name: rjj_mqlink_show.html