public class QueueOperator extends Object implements SessionEmployer
| Constructor and Description |
|---|
QueueOperator(ConnectionFactor connectionFactor,
javax.jms.Queue queue) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Destination |
getDestination() |
String |
getMessageSelector() |
javax.jms.Session |
getQueueSession() |
void |
send(javax.jms.Message message) |
public QueueOperator(ConnectionFactor connectionFactor, javax.jms.Queue queue)
public javax.jms.Destination getDestination()
getDestination in interface SessionEmployerpublic String getMessageSelector()
getMessageSelector in interface SessionEmployerpublic javax.jms.Session getQueueSession()
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic void send(javax.jms.Message message)
throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2013. All Rights Reserved.