Operation Summary | |
java.lang.Integer | depthBoQ() The current depth of messages which exist in the system defined Back Out Queue. |
java.lang.Integer | depth( The current depth of messages which exist in the specified queue. |
java.lang.Integer | clearBoQ() Clears all the messages from the system defined Back Out Queue. |
java.lang.Integer | clearBoQ( Clears the messages which match the specified selector from the system defined Back Out Queue. |
java.lang.String | browseBoQ() Browse the messages on the system defined Back Out Queue. |
java.lang.String[] | browseBoQ( Browse the messages on the system defined Back Out Queue. |
java.lang.String[] | browseBoQ( Browse the messages on the system defined Back Out Queue. |
java.lang.String[] | browseBoQ( Browse the messages on the system defined Back Out Queue. |
java.lang.String | browseBoQHeader() Browse the header of the top message on the system defined Back Out Queue. |
java.lang.String[] | browseBoQHeader( Browse the header of the messages on the system defined Back Out Queue. |
java.lang.String[] | browseBoQHeader( Browse the header of the messages on the system defined Back Out Queue. |
java.lang.String[] | browseBoQHeader( Browse the header of the messages on the system defined Back Out Queue. |
java.lang.String[] | listDurableSubscriptions() List all of the durable subscriptions. |
void | removeDurableSubscription( Remove the durable subscriptions, information can be obtained from the listDurableSubscribers. |
Operation Detail |
public java.lang.Integer depthBoQ()
public java.lang.Integer depth(java.lang.String jmsResourceQueueName
)
jmsResourceQueueName
-
The name of the queue as specified in the JMS resource.
public java.lang.Integer clearBoQ()
public java.lang.Integer clearBoQ(java.lang.String selector
)
selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String browseBoQ()
public java.lang.String[] browseBoQ(java.lang.String selector
)
selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String[] browseBoQ(java.lang.Integer numberOfMessages
)
numberOfMessages
-
The number of messages to return to the caller.
public java.lang.String[] browseBoQ(java.lang.Integer numberOfMessages,
java.lang.String selector
)
numberOfMessages
-
The number of messages to return to the caller.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String browseBoQHeader()
public java.lang.String[] browseBoQHeader(java.lang.String selector
)
selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String[] browseBoQHeader(java.lang.Integer numberOfMessages
)
numberOfMessages
-
The number of messages to return to the caller.
public java.lang.String[] browseBoQHeader(java.lang.Integer numberOfMessages,
java.lang.String selector
)
numberOfMessages
-
The number of messages to return to the caller.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String[] listDurableSubscriptions()
public void removeDurableSubscription(java.lang.String topic,
java.lang.String userId,
java.lang.String clientId
)
topic
-
Name of the topic.userId
-
Name of the user IdclientId
-
Name of the client Id.