Operation Summary | |
java.lang.Boolean | send( Sends a default message to the specified queue. |
java.lang.Boolean | send( Sends a default message to the specified queue. |
java.lang.Boolean | send( Sends a specified number of defaults message to the specified queue. |
java.lang.Boolean | send( Sends a specified number of defaults message to the specified queue. |
java.lang.Boolean | send( Sends a user specified message to the specified queue. |
java.lang.Boolean | send( Sends the specified text message to the specified queue. |
java.lang.Boolean | send( Sends the specified text message to the specified queue. |
java.lang.Boolean | send( Sends the specified text message to the specified queue. |
java.lang.String | receiveFromQueue( Receive a single message from the specified queue using the specified Queue Connection Factory. |
java.lang.String | receiveFromQueue( 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( Reveives a number of message from the specified queue using the specified Queue Connection Factory. |
java.lang.String[] | receiveFromQueue( Reveives a number of message from the specified queue using the specified Queue Connection Factory. |
java.lang.String[] | receiveFromQueue( Receives a message from the specified queue using the selector to select specific messages. |
java.lang.String[] | receiveFromQueue( Receives a number of messages from the specified queue using the selector to select specific messages. |
java.lang.String[] | receiveFromQueue( Recieves the specified number of messages from the specified queue using the selector to select specific messages. |
java.lang.String[] | receiveFromQueue( Receives a number of messages from the specified queue using the selector to select specific messages. |
java.lang.Boolean | publish( Publishes a default message to the specified topic. |
java.lang.Boolean | publish( Publishes one specified text message to the specified topic. |
java.lang.Boolean | publish( Publishes the specified message to the specified topic. |
java.lang.Boolean | publish( Publishes a default message to the specified topic. |
java.lang.Boolean | publish( Publishes the specified number of default message to the specified topic. |
java.lang.Boolean | publish( Publishes the specified number of default message to the specified topic. |
java.lang.Boolean | publish( Publishes the specified test message to the specified topic. |
java.lang.Boolean | publish( Publishes the specified text message to the specified topic. |
java.lang.String | receiveFromTopic( Receive a message from to the specified topic. |
java.lang.String | receiveFromTopic( Receive a message from the specified topic. |
java.lang.String[] | receiveFromTopic( Receive messages from the specified topic. |
java.lang.String[] | receiveFromTopic( Receive messages from the specified topic. |
java.lang.String[] | receiveFromTopic( Receive messages from the specified topic. |
java.lang.String[] | receiveFromTopic( Receive messages from the specified topic. |
java.lang.String[] | receiveFromTopic( Receive messages from the specified topic. |
java.lang.String[] | receiveFromTopic( Receive messages from the specified topic. |
Operation Detail |
public java.lang.Boolean send(java.lang.String jndiQueueName,
java.lang.String jndiQCF
)
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.
public java.lang.Boolean send(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password
)
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.
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
)
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
-
public java.lang.Boolean send(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer numberOfSends
)
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
-
public java.lang.Boolean send(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String textMessage
)
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.
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
)
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
-
public java.lang.Boolean send(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String textMessage,
java.lang.Integer numberOfSends
)
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
-
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
)
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
-
public java.lang.String receiveFromQueue(java.lang.String jndiQueueName,
java.lang.String jndiQCF
)
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.
public java.lang.String receiveFromQueue(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password
)
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.
public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer numberOfMessages
)
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
-
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
)
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.
public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String selector
)
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.
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
)
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.
public java.lang.String[] receiveFromQueue(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer numberOfMessages,
java.lang.String selector
)
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.
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
)
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.
public java.lang.Boolean publish(java.lang.String jndiTopicName,
java.lang.String jndiTCF
)
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.
public java.lang.Boolean publish(java.lang.String jndiTopicName,
java.lang.String jndiTCF,
java.lang.String textMessage
)
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.
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
)
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.
public java.lang.Boolean publish(java.lang.String jndiTopicName,
java.lang.String jndiTCF,
java.lang.String user,
java.lang.String password
)
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.
public java.lang.Boolean publish(java.lang.String jndiTopicName,
java.lang.String jndiTCF,
java.lang.Integer numberOfMessages
)
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.
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
)
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.
public java.lang.Boolean publish(java.lang.String jndiTopicName,
java.lang.String jndiTCF,
java.lang.String textMessage,
java.lang.Integer numberOfMessages
)
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.
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
)
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.
public java.lang.String receiveFromTopic(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer secondsToWait
)
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.
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
)
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.
public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer secondsToWait,
java.lang.Integer numberOfMessages
)
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.
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
)
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.
public java.lang.String[] receiveFromTopic(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer secondsToWait,
java.lang.String selector
)
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.
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
)
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.
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
)
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.
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
)
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.