WebSphere:*,type=SIBMessagePoint
MBean SIBMessagePoint
Management interface for a SIBMessagePoint
Attribute Summary | |
---|---|
java.lang.String | id The internally generated ID for the Message Point |
java.lang.String | identifier The identifier, or name, of the Message Point |
long | highMessageThreshold The maximum number of messages permitted on this MessagePoint |
boolean | sendAllowed Whether applications can produce messages to this MessagePoint |
Notification Summary | |
---|---|
SIB.messagepoint.send.allowed.state Send Allowed state has changed on a MessagePoint. | |
SIB.messagepoint.receive.allowed.state Receive Allowed state has changed on a MessagePoint. | |
SIB.messagepoint.depth.threshold.reached The number of messages stored at a message point has made a depth change that causes messages to either start flowing or stop flowing into it. |
Attribute Detail |
---|
public java.lang.String id
The internally generated ID for the Message Point
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String identifier
The identifier, or name, of the Message Point
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public long highMessageThreshold
The maximum number of messages permitted on this MessagePoint
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public boolean sendAllowed
Whether applications can produce messages to this MessagePoint
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
Send Allowed state has changed on a MessagePoint. 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## destination.name, destination.UUID, send.allowed.state (which may be send.allowed.true or send.allowed.false)
6
(Normal, Cleared, or Informative)
Receive Allowed state has changed on a MessagePoint. 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## destination.name, destination.UUID, receive.allowed.state (which may be receive.allowed.true or receive.allowed.false)
6
(Normal, Cleared, or Informative)
The number of messages stored at a message point 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## destination.name, destination.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)