WebSphere:*,type=SIBMQLink
MBean SIBMQLink
Management interface for the SIB MQ Link component
Operation Summary | |
---|---|
java.lang.String | getOverallStatus() Returns the overall status of the MQ Link. |
void | startLink() Starts the MQ Link. |
void | stopLink( Stops the MQ Link with the given mode and status. |
java.lang.Long | getTotalLinkMessagesReceived() Returns the total number of messages received by the MQ Link. |
java.lang.Boolean | isEnabled() Checks to see if the specified WebSphere MQ Link is enabled or not. |
Notification Summary | |
---|---|
SIB.mqlink.start An MQLink is being started. | |
SIB.mqlink.stop An MQLink is being stopped. | |
SIB.mqlink.depth.threshold.reached The number of messages stored at an MQLink has made a depth change that causes messages to either start flowing or stop flowing into it. |
Operation Detail |
---|
public java.lang.String getOverallStatus()
Returns the overall status of the MQ Link.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void startLink()
Starts the MQ Link.
administrator
operator
public void stopLink(
java.lang.String mode,
java.lang.String status
)
Stops the MQ Link with the given mode and status.
mode
-
Stop mode (quiesce/force). status
-
Stop status (inactive/stopped).
administrator
operator
public java.lang.Long getTotalLinkMessagesReceived()
Returns the total number of messages received by the MQ Link.
Since:
7.0
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean isEnabled()
Checks to see if the specified WebSphere MQ Link is enabled or not.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
An MQLink is being started. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.name
6
(Normal, Cleared, or Informative)
An MQLink is being stopped. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.name, stop.reason (which may be communications.terminated or local.me.shutdown)
6
(Normal, Cleared, or Informative)
The number of messages stored at an MQLink has made a depth change that causes messages to either start flowing or stop flowing into it. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## mqlink.name, mqlink.UUID, foreign.bus.name, remote.messaging.engine.uuid, depth.threshold.reached (which may be depth.threshold.reached.high or depth.threshold.reached.low), messages (Count of messages at the message point)
5
(Warning)