SIBMQLink MBean
- Partial ObjectName:
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(java.lang.String mode, java.lang.String status )
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. |
getOverallStatus
public java.lang.String getOverallStatus()
- Returns the overall status of the MQ Link.
- Security Roles:
- administrator
operator
configurator
monitor
deployer
adminsecuritymanager
startLink
public void startLink()
- Starts the MQ Link.
- Security Roles:
- administrator
operator
stopLink
public void stopLink(java.lang.String mode,
java.lang.String status
)
- Stops the MQ Link with the given mode and status.
- Parameters:
mode
-
Stop mode (quiesce/force).
status
-
Stop status (inactive/stopped).
- Security Roles:
- administrator
operator
getTotalLinkMessagesReceived
public java.lang.Long getTotalLinkMessagesReceived()
- Returns the total number of messages received by the MQ Link.
- Since:
- 7.0
- Security Roles:
- administrator
operator
configurator
monitor
deployer
adminsecuritymanager
isEnabled
public java.lang.Boolean isEnabled()
- Checks to see if the specified WebSphere MQ Link is enabled or not.
- Security Roles:
- administrator
operator
configurator
monitor
deployer
adminsecuritymanager
SIB.mqlink.start
- 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
- Severity:
- 6
(Normal, Cleared, or Informative)
SIB.mqlink.stop
- 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)
- Severity:
- 6
(Normal, Cleared, or Informative)
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. 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)
- Severity:
- 5
(Warning)
Copyright IBM Corp. 1996-2005