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