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
The command described in this topic is run using the AdminTask object of the wsadmin scripting client.
These command line scripts are run from Qshell. For more information, see the topic "Configure Qshell to run WebSphere Application Server scripts".
wsadmin> $AdminTask help SIBAdminCommands
wsadmin> $AdminTask help command_name
For additional details of the command properties, see the related reference topic.
This command lists details about the properties of a WebSphere MQ link.
None.
None.
wsadmin>$AdminTask showSIBMQLink {-bus SCA.SYSTEM.IBM-AA8DA602255Cell01.Bus -messagingEngine IBM-AA8DA602255Node01.server1-SCA.SYSTEM.IBM-AA8DA602255Cell01.Bus -mqLink myMQLink2} MQLink details: Name = myMQLink2, Uuid = C013D38BFD5CFBAD, Target Uuid = DCFE69BE508E347EB3AEC55A, Description = null, QM Name = MQMgrIPL, Batch Size = 50, Max Message Size = 4194304, Heartbeat = 300, Sequence Wrap = 999999999, Non-Persistent Message Speed = FAST, Adoptable = false, Initial State = STARTED Sender Channel details: Name = null, Hostname = null, Port = 1414, Protocol Name = OutboundBasicMQLink, Disc Interval = 900, Short Retry Count = 10, Short Retry Interval = 60, Long Retry Count = 999999999, Long Retry Interval = 1200, Initial State = STARTED Reeiver Channel details: Name = null, Inbound Non-Persistent Reliability = RELIABLE, Inbound Persistent Reliability = ASSURED, Initial State = STARTED wsadmin>