JMSBasicFunction MBean

Application MBean used to perform application like function for JMS.


Operation Summary
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF)
           Sends a default message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password)
           Sends a default message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfSends)
           Sends a specified number of defaults message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer numberOfSends)
           Sends a specified number of defaults message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String textMessage)
           Sends a user specified message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.String textMessage)
           Sends the specified text message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String textMessage, java.lang.Integer numberOfSends)
           Sends the specified text message to the specified queue.
java.lang.Booleansend(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.String textMessage, java.lang.Integer numberOfSends)
           Sends the specified text message to the specified queue.
java.lang.StringreceiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF)
           Receive a single message from the specified queue using the specified Queue Connection Factory.
java.lang.StringreceiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password)
           Receive a single message from the specified queue using the specified Queue Connection Factory, the caller can supply a user id and password for the Connection Factory.
java.lang.String[]receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer numberOfMessages)
           Reveives a number of message from the specified queue using the specified Queue Connection Factory.
java.lang.String[]receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfMessages)
           Reveives a number of message from the specified queue using the specified Queue Connection Factory.
java.lang.String[]receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String selector)
           Receives a message from the specified queue using the selector to select specific messages.
java.lang.String[]receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.String selector)
           Receives a number of messages from the specified queue using the selector to select specific messages.
java.lang.String[]receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer numberOfMessages, java.lang.String selector)
           Recieves the specified number of messages from the specified queue using the selector to select specific messages.
java.lang.String[]receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfMessages, java.lang.String selector)
           Receives a number of messages from the specified queue using the selector to select specific messages.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF)
           Publishes a default message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String textMessage)
           Publishes one specified text message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password, java.lang.String textMessage)
           Publishes the specified message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password)
           Publishes a default message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.Integer numberOfMessages)
           Publishes the specified number of default message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfMessages)
           Publishes the specified number of default message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String textMessage, java.lang.Integer numberOfMessages)
           Publishes the specified test message to the specified topic.
java.lang.Booleanpublish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password, java.lang.String textMessage, java.lang.Integer numberOfMessages)
           Publishes the specified text message to the specified topic.
java.lang.StringreceiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait)
           Receive a message from to the specified topic.
java.lang.StringreceiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait)
           Receive a message from the specified topic.
java.lang.String[]receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages)
           Receive messages from the specified topic.
java.lang.String[]receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages)
           Receive messages from the specified topic.
java.lang.String[]receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait, java.lang.String selector)
           Receive messages from the specified topic.
java.lang.String[]receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages, java.lang.String selector)
           Receive messages from the specified topic.
java.lang.String[]receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait, java.lang.String selector)
           Receive messages from the specified topic.
java.lang.String[]receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages, java.lang.String selector)
           Receive messages from the specified topic.

Operation Detail

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF)
Sends a default message to the specified queue. The message consists of an index and a timestamp. Expected exceptions :javax.naming.NameNotFoundException - connection factory or destination was not found in name space for server. java.lang.ClassCastException - name found in name was not the correct type resulting in a class cast exception.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password)
Sends a default message to the specified queue. The message consists of an index and a timestamp. The caller supplies a user Id and password for the Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfSends)
Sends a specified number of defaults message to the specified queue. The message consists of an index and a timestamp. The caller supplies a user Id and password for the Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.
numberOfSends -

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer numberOfSends)
Sends a specified number of defaults message to the specified queue. The message consists of an index and a timestamp.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
numberOfSends -

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String textMessage)
Sends a user specified message to the specified queue.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
textMessage - The content of the text message to write to the specified queue.

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.String textMessage)
Sends the specified text message to the specified queue. The caller supplies a user Id and password to be used for the Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.
textMessage -

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String textMessage, java.lang.Integer numberOfSends)
Sends the specified text message to the specified queue. The number of times which the message is sent to the queue is specified by the numberOfSends parameter.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
textMessage -
numberOfSends -

send

public java.lang.Boolean send(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.String textMessage, java.lang.Integer numberOfSends)
Sends the specified text message to the specified queue. The number of times which the message is sent to the queue is specified by the numberOfSends parameter. The caller supplies a user Id and password for the specified Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.
textMessage -
numberOfSends -

receiveFromQueue

public java.lang.String receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF)
Receive a single message from the specified queue using the specified Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.

receiveFromQueue

public java.lang.String receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password)
Receive a single message from the specified queue using the specified Queue Connection Factory, the caller can supply a user id and password for the Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.

receiveFromQueue

public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer numberOfMessages)
Reveives a number of message from the specified queue using the specified Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
numberOfMessages -

receiveFromQueue

public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfMessages)
Reveives a number of message from the specified queue using the specified Queue Connection Factory. The caller supplies a user Id and password can be specified for the Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.
numberOfMessages - Number of message to receive from the specified queue.

receiveFromQueue

public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String selector)
Receives a message from the specified queue using the selector to select specific messages. The caller supplies the user Id and password for the Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

receiveFromQueue

public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.String selector)
Receives a number of messages from the specified queue using the selector to select specific messages. All of the messages which match the selector will be returned to the caller. The caller supplies a user Id and password for the specified Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

receiveFromQueue

public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer numberOfMessages, java.lang.String selector)
Recieves the specified number of messages from the specified queue using the selector to select specific messages.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
numberOfMessages - The maximum number of messages to return.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

receiveFromQueue

public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfMessages, java.lang.String selector)
Receives a number of messages from the specified queue using the selector to select specific messages. At most, the specified number of messages is returned to the caller. The caller supplies a user Id and Password for the Queue Connection Factory.
Parameters:
jndiQueueName - The name of the queue as specified in the JNDI namespace.
jndiQCF - The name of the queue connection factory as specified in the JNDI namespace.
user - user name for the queue connection factory.
password - password for the queue connection factory.
numberOfMessages - Number of message to receive from the specified queue.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF)
Publishes a default message to the specified topic. The message consists of an index value, which in this case will be one, and a timestamp.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String textMessage)
Publishes one specified text message to the specified topic.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
textMessage - The content of the text message to publish to the specified topic.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password, java.lang.String textMessage)
Publishes the specified message to the specified topic. The caller supplies a user Id and password for the Topic Connection Factory.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
textMessage - The content of the text message to publish to the specified topic.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password)
Publishes a default message to the specified topic. The default message contains an index and timestamp. The caller supplies a user Id and password for the Topic Connection Factory.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.Integer numberOfMessages)
Publishes the specified number of default message to the specified topic. The default message consists of an index and timestamp.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
numberOfMessages - Number of publishes of the message to the specified topic.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password, java.lang.Integer numberOfMessages)
Publishes the specified number of default message to the specified topic.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
numberOfMessages - Number of publishes of the message to the specified topic.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String textMessage, java.lang.Integer numberOfMessages)
Publishes the specified test message to the specified topic.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
textMessage - The content of the text message to publish to the specified topic.
numberOfMessages - Number of publishes of the message to the specified topic.

publish

public java.lang.Boolean publish(java.lang.String jndiTopicName, java.lang.String jndiTCF, java.lang.String user, java.lang.String password, java.lang.String textMessage, java.lang.Integer numberOfMessages)
Publishes the specified text message to the specified topic. The caller supplies the user Id and password for the Topic Connection Factory.
Parameters:
jndiTopicName - The name of the topic as specified in the JNDI namespace.
jndiTCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
textMessage - The content of the text message to publish to the specified topic.
numberOfMessages - Number of publishes of the message to the specified topic.

receiveFromTopic

public java.lang.String receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait)
Receive a message from to the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with no messages. At most a single message will be returned.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.

receiveFromTopic

public java.lang.String receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait)
Receive a message from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with no messages. At most a single message will be returned. The caller supplies the user Id and password for the Topic Connection Factory.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.

receiveFromTopic

public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages)
Receive messages from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with the messages which had arrived at the topic. The number of messages will be used to determine the maximum number of messages to return to the caller.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.
numberOfMessages - Maximum number of message to get from the specified topic.

receiveFromTopic

public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages)
Receive messages from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with the messages which had arrived at the topic. The caller supplies the user Id and password for the Topic Connection Factory.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.
numberOfMessages - Maximum number of message to get from the specified topic.

receiveFromTopic

public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait, java.lang.String selector)
Receive messages from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with the messages which had arrived at the topic.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

receiveFromTopic

public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages, java.lang.String selector)
Receive messages from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with the messages which had arrived at the topic.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.
numberOfMessages - Maximum number of message to get from the specified topic.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

receiveFromTopic

public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait, java.lang.String selector)
Receive messages from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with the messages which had arrived at the topic. The caller supplies the user Id and password for the Topic Connection Factory.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

receiveFromTopic

public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName, java.lang.String jndiQCF, java.lang.String user, java.lang.String password, java.lang.Integer secondsToWait, java.lang.Integer numberOfMessages, java.lang.String selector)
Receive messages from the specified topic. If a message does not arrive within the specified wait time, the method will return to the caller with the messages which had arrived at the topic. The caller supplies the user Id and password for the Topic Connection Factory.
Parameters:
jndiQueueName - The name of the topic as specified in the JNDI namespace.
jndiQCF - The name of the topic connection factory as specified in the JNDI namespace.
user - user name for the topic connection factory.
password - password for the topic connection factory.
secondsToWait - Maximum amount of time to wait on the topic, when the time has been exceeded, the method will return.
numberOfMessages - Maximum number of message to get from the specified topic.
selector - The selection criteria for the message, for more information on the format see javax.jms.Message.

Copyright IBM Corp. 1996-2003