WebSphere:*,type=SIBQueuePoint
MBean SIBQueuePoint
Management interface for a SIBQueuePoint
Attribute Summary | |
---|---|
java.lang.Long | depth Get the number of messages currently on the QueuePoint |
java.lang.String | state Get the state of the Queue Point |
Attributes inherited from MBean SIBMessagePoint |
---|
id , identifier , highMessageThreshold , sendAllowed |
Operation Summary | |
---|---|
SIBQueuedMessage[] | getQueuedMessages() List information on all messages localized to this QueuePoint |
SIBQueuedMessage[] | getQueuedMessages( List information on all messages localized to this QueuePoint within a range |
SIBQueuedMessage | getQueuedMessage( Get information on a specific message on this QueuePoint |
SIBQueuedMessageDetail | getQueuedMessageDetail( Get detailed information on a specific message on this QueuePoint |
SIBQueuedMessageDetail | getQueuedMessageDetail( Get detailed information on a specific message on this QueuePoint |
byte[] | getMessageData( Return data from a specific message on a specific QueuePoint |
void | deleteQueuedMessage( Delete a specific message on this QueuePoint |
void | deleteAllQueuedMessages( Delete all messages on this QueuePoint |
SIBRemoteConsumerTransmitter[] | listRemoteConsumerTransmitters() List transmitters to all non-gathering consumers hosted on remote messaging engines. |
SIBRemoteConsumerTransmitter[] | listAllRemoteConsumerTransmitters() List transmitters to all consumers hosted on remote messaging engines. |
void | flush( Deprecated. This method is deprecated. |
void | clearMessages( Deprecated. This method is deprecated. |
SIBQueuedMessage[] | listQueuedMessages( List messages queued |
SIBQueuedMessage | getQueuedMessage( Get a queued message |
SIBTransmitMessageRequest[] | listTransmitMessageRequests( Deprecated. This method is deprecated. |
SIBMessageRequest[] | listMessageRequests( Lists current message requests for a specific remote consumer |
void | remove( Deprecated. This method is deprecated. |
SIBRequestMessageDetail | getRequestMessageDetail( Get detailed information on a specific request message on this QueuePoint |
byte[] | getRequestMessageData( Return data from a specific request message on a specific QueuePoint |
void | clearAndUnlockRequest( Clear the given message request and unlock any message that was retrieved. |
void | clearAndDeleteRequest( Clear the given message request and delete any message that was retrieved. |
SIBInboundReceiver[] | listInboundReceivers() List the Inbound Receiver which receives messages from a remote queue point destined for this queue point |
SIBInboundReceiverStream[] | getStreams( Return the list of inbound receiver streams |
SIBReceivedMessage[] | listReceivedMessages( List information on all received messages on this QueuePoint |
SIBReceivedMessageDetail | getReceivedMessageDetail( Get detailed information on a specific received message on this QueuePoint |
byte[] | getReceivedMessageData( Return data from a specific received message on a specific QueuePoint |
void | flush( Deprecated. This method is deprecated. |
void | requestFlush( Deprecated. This method is deprecated. |
void | republishMessages( Get the subscriptions on this Publication Point |
Notification Summary | |
---|---|
SIB.messagepoint.send.allowed.state The send allowed state has changed | |
SIB.messagepoint.receive.allowed.state The receive allowed state has changed |
Notifications inherited from MBean SIBMessagePoint |
---|
SIB.messagepoint.send.allowed.state , SIB.messagepoint.receive.allowed.state , SIB.messagepoint.depth.threshold.reached |
Attribute Detail |
---|
public java.lang.Long depth
public java.lang.String state
Operation Detail |
---|
public SIBQueuedMessage[] getQueuedMessages()
public SIBQueuedMessage[] getQueuedMessages(java.lang.Integer toIndex,
java.lang.Integer fromIndex,
java.lang.Integer totalMessagesPerPage
)
toIndex
-
fromIndexfromIndex
-
toIndextotalMessagesPerPage
-
totalMessagesPerPagepublic SIBQueuedMessage getQueuedMessage(java.lang.String messageId
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classpublic SIBQueuedMessageDetail getQueuedMessageDetail(java.lang.String messageId
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classpublic SIBQueuedMessageDetail getQueuedMessageDetail(java.lang.String messageId,
java.util.Locale locale
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classlocale
-
The Locale for which to return any exception messagespublic byte[] getMessageData(java.lang.String id,
java.lang.Integer size
)
id
-
The ID of the Message as derived from the SIBQueuedMessage classsize
-
The number of bytes to returnpublic void deleteQueuedMessage(java.lang.String messageId,
java.lang.Boolean move
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classmove
-
Whether the message should be moved to the Exception Destination rather than discardedpublic void deleteAllQueuedMessages(java.lang.Boolean move
)
move
-
Whether the messages should be moved to the Exception Destination rather than discardedpublic SIBRemoteConsumerTransmitter[] listRemoteConsumerTransmitters()
public SIBRemoteConsumerTransmitter[] listAllRemoteConsumerTransmitters()
public void flush(SIBRemoteConsumerTransmitter rct
)
rct
-
The object returned from a call to the listRemoteConsumerTransmitters operationpublic void clearMessages(SIBRemoteConsumerTransmitter ot,
java.lang.Boolean discard
)
ot
-
The object returned from a call to the listRemoteConsumerTransmitters operationdiscard
-
If true, specifies that any indoubt messages should be discardedpublic SIBQueuedMessage[] listQueuedMessages(SIBRemoteConsumerTransmitter rct
)
rct
-
The instance of a SIBRemoteConsumerTransmitter returned from the listRemoteConsumerTransmitters operationpublic SIBQueuedMessage getQueuedMessage(SIBRemoteConsumerTransmitter rct,
java.lang.String messageId
)
rct
-
An instance of the SIBRemoteConsumerTransmitter object returned from the listRemoteConsumerTransmitters operationmessageId
-
The ID of the Message as derived from the SIBQueuedMessage classpublic SIBTransmitMessageRequest[] listTransmitMessageRequests(SIBRemoteConsumerTransmitter rct
)
rct
-
An instance of the SIBRemoteConsumerTransmitter object returned from the listRemoteConsumerTransmitters operationpublic SIBMessageRequest[] listMessageRequests(SIBRemoteConsumerTransmitter rct
)
rct
-
An instance of the SIBRemoteConsumerTransmitter object returned from the listRemoteConsumerTransmitters operationpublic void remove(SIBRemoteConsumerTransmitter rct,
SIBTransmitMessageRequest tmr
)
rct
-
An instance of a SIBRemoteConsumerTransmitter returned from a call to listRemoteConsumerTransmitters operationtmr
-
An object returned from a call to the listTransmitMessageRequests operationpublic SIBRequestMessageDetail getRequestMessageDetail(SIBRemoteConsumerTransmitter rct,
SIBMessageRequest mr
)
rct
-
An instance of a SIBRemoteConsumerTransmitter returned from a call to listRemoteConsumerTransmitters operationmr
-
An object returned from a call to the listMessageRequests operationpublic byte[] getRequestMessageData(SIBRemoteConsumerTransmitter rct,
SIBMessageRequest mr,
java.lang.Integer size
)
rct
-
An instance of a SIBRemoteConsumerTransmitter returned from a call to listRemoteConsumerTransmitters operationmr
-
An object returned from a call to the listMessageRequests operationsize
-
The number of bytes to returnpublic void clearAndUnlockRequest(SIBRemoteConsumerTransmitter rct,
SIBMessageRequest mr
)
rct
-
An instance of a SIBRemoteConsumerTransmitter returned from a call to listRemoteConsumerTransmitters operationmr
-
An object returned from a call to the listMessageRequests operationpublic void clearAndDeleteRequest(SIBRemoteConsumerTransmitter rct,
SIBMessageRequest mr
)
rct
-
An instance of a SIBRemoteConsumerTransmitter returned from a call to listRemoteConsumerTransmitters operationmr
-
An object returned from a call to the listMessageRequests operationpublic SIBInboundReceiver[] listInboundReceivers()
public SIBInboundReceiverStream[] getStreams(SIBInboundReceiver ir
)
ir
-
The object returned from a call to the listInboundReceivers operationpublic SIBReceivedMessage[] listReceivedMessages(SIBInboundReceiver ir,
SIBInboundReceiverStream irs
)
ir
-
The object returned from a call to the listInboundReceivers operationirs
-
The object returned from a call to the getStreams operationpublic SIBReceivedMessageDetail getReceivedMessageDetail(SIBInboundReceiver ir,
SIBInboundReceiverStream irs,
java.lang.String messageId
)
ir
-
The object returned from a call to the listInboundReceivers operationirs
-
The object returned from a call to the getStreams operationmessageId
-
The ID of the Received Message as derived from the SIBReceivedMessage classpublic byte[] getReceivedMessageData(SIBInboundReceiver ir,
SIBInboundReceiverStream irs,
java.lang.String messageId,
java.lang.Integer size
)
ir
-
The object returned from a call to the listInboundReceivers operationirs
-
The object returned from a call to the getStreams operationmessageId
-
The ID of the Received Message as derived from the SIBReceivedMessage classsize
-
The number of bytes to returnpublic void flush(SIBInboundReceiver ir
)
ir
-
The object returned from a call to the listInboundReceivers operationpublic void requestFlush(SIBInboundReceiver ir,
java.lang.Boolean discard
)
ir
-
The object returned from a call to the listInboundReceivers operationdiscard
-
If true, specifies that any indoubt messages should be discardedpublic void republishMessages(java.lang.String selectionCriteria,
java.lang.Integer timeOut
)
selectionCriteria
-
The selection criteria based on which messages have to me movedtimeOut
-
The timeout after which the command stopsNotification Detail |
---|