Showing details about a WebSphere MQ link using the wsadmin tool

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

This command provides only a subset of the properties available. If you want to show other properties, you need to use the administrative console or wsadmin and JACL

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 the topic "Configure Qshell to run WebSphere Application Server scripts".

This command is only valid when used with WebSphere Application Server Version 6.1 and later application servers. Do not use it with earlier versions.

Command-line help is provided for service integration bus commands:

For additional details of the command properties, see the related reference topic.

Purpose

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

Command name
showSIBMQLink
Target
None.
Result
Details of the WebSphere MQ link.

Required parameters

-bus busname
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 name
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 MQlinkname
The name of the WebSphere MQ link.

Conditional parameters

None.

Optional parameters

None.

Example

wsadmin>$AdminTask showSIBMQLink {-bus myBus -messagingEngine myHostNode01.server1-myBus -mqLink myMQLink}
{sequenceWrap=999999999, uuid=88096617A1EE8A4C, name=myMQLink, initialState=STARTED, senderChannelAttribut
es={senderChannelName=mySenderChannel, shortRetryInterval=60, protocolName=OutboundBasicMQLink, port=1414,
longRetryCount=999999999, longRetryInterval=1200, shortRetryCount=10, senderChannelInitialState=STARTED, d
iscInterval=900}, targetUuid=39B3369E108F4A77C1EAF57A, heartBeat=300, adoptable=true, nonPersistentMessage
Speed=FAST, receiverChannelAttributes={inboundPersistentReliability=ASSURED, receiverChannelInitialState=S
TARTED, receiverChannelName=myReceiverChannel, inboundNonPersistentReliability=RELIABLE}, batchSize=50, qm
Name=myQueueManager, maxMsgSize=4194304}



Related reference
WebSphere MQ link administrative commands
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 30, 2013 8:21:57 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-express-iseries&topic=rjj_mqlink_show
File name: rjj_mqlink_show.html