SIBMediationMessagePoint MBean

All Parent MBeans:

SIBMessagePoint

Partial ObjectName:
WebSphere:*,type=SIBMediationMessagePoint


MBean SIBMediationMessagePoint

Management interface for a SIBMediationMessagePoint


Attribute Summary

java.lang.Longdepth
           The number of messages queued on this Mediation Message Point

Attributes inherited from MBean SIBMessagePoint
id, identifier, highMessageThreshold, sendAllowed

Operation Summary

SIBQueuedMessage[]getQueuedMessages()
           List information on all messages localized to this Mediation Message Point
SIBQueuedMessagegetQueuedMessage(java.lang.String messageId)
           Get information on a specific message on this Mediation Message Point
SIBQueuedMessageDetailgetQueuedMessageDetail(java.lang.String messageId)
           Get detailed information on a specific message on this Mediation Message Point
SIBQueuedMessageDetailgetQueuedMessageDetail(java.lang.String messageId, java.util.Locale locale)
           Get detailed information on a specific message on this Mediation Message Point
byte[]getMessageData(java.lang.String messageId, java.lang.Integer size)
           Return data from a specific message on a specific Mediation Message Point
voiddeleteQueuedMessage(java.lang.String messageId, java.lang.Boolean move)
           Delete a specific message on this Mediation Message Point

Notifications inherited from MBean SIBMessagePoint
SIB.messagepoint.send.allowed.state, SIB.messagepoint.receive.allowed.state, SIB.messagepoint.depth.threshold.reached

Attribute Detail

depth

public java.lang.Long depth

     The number of messages queued on this Mediation Message Point

     

Since:

6.1

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Operation Detail

getQueuedMessages

public SIBQueuedMessage[] getQueuedMessages()

     List information on all messages localized to this Mediation Message Point

Since:

6.1

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getQueuedMessage

public SIBQueuedMessage getQueuedMessage(java.lang.String messageId)

     Get information on a specific message on this Mediation Message Point

Parameters:

     messageId - The ID of the Message as derived from the SIBQueuedMessage class

Since:

6.1

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getQueuedMessageDetail

public SIBQueuedMessageDetail getQueuedMessageDetail(java.lang.String messageId)

     Get detailed information on a specific message on this Mediation Message Point

Parameters:

     messageId - The ID of the Message as derived from the SIBQueuedMessage class

Since:

6.1

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getQueuedMessageDetail

public SIBQueuedMessageDetail getQueuedMessageDetail(java.lang.String messageId, java.util.Locale locale)

     Get detailed information on a specific message on this Mediation Message Point

Parameters:

     messageId - The ID of the Message as derived from the SIBQueuedMessage class
     locale - The Locale for which to return any exception messages

Since:

6.1

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getMessageData

public byte[] getMessageData(java.lang.String messageId, java.lang.Integer size)

     Return data from a specific message on a specific Mediation Message Point

Parameters:

     messageId - The ID of the Message as derived from the SIBQueuedMessage class
     size - The number of bytes to return

Since:

6.1

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


deleteQueuedMessage

public void deleteQueuedMessage(java.lang.String messageId, java.lang.Boolean move)

     Delete a specific message on this Mediation Message Point

Parameters:

     messageId - The ID of the Message as derived from the SIBQueuedMessage class
     move - Whether the message should be moved to the Exception Destination rather than discarded

Since:

6.1

Security Roles:

     administrator
     operator


Copyright IBM Corporation 2002, 2012