@Deprecated public class SendReceiveRequestor extends Object implements org.springframework.jms.core.MessagePostProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.jms.core.JmsTemplate |
jmsTemplate
Deprecated.
|
static String |
RECV_ID
Deprecated.
|
protected String |
recvId
Deprecated.
|
static String |
REPLYTO_ID
Deprecated.
|
protected String |
replyToId
Deprecated.
|
protected boolean |
send
Deprecated.
If true, then replyTo is the recvId
|
protected Destination |
topic
Deprecated.
|
| Constructor and Description |
|---|
SendReceiveRequestor(org.springframework.jms.core.JmsTemplate jmsTemplate,
Destination destination,
String recvId,
String replyToId,
boolean send)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
convertAndSend(Object obj)
Deprecated.
|
protected String |
createReceiveSelector()
Deprecated.
|
String |
getReplyToId()
Deprecated.
|
static String |
getReplyToId(Message msg)
Deprecated.
|
protected Message |
populateProperties(Message msg)
Deprecated.
|
Message |
postProcessMessage(Message message)
Deprecated.
|
Message |
receive()
Deprecated.
|
void |
send(Message message)
Deprecated.
|
void |
setReplyToId(String replyToId)
Deprecated.
|
public static final String RECV_ID
public static final String REPLYTO_ID
protected Destination topic
protected org.springframework.jms.core.JmsTemplate jmsTemplate
protected String recvId
protected String replyToId
protected boolean send
public SendReceiveRequestor(org.springframework.jms.core.JmsTemplate jmsTemplate,
Destination destination,
String recvId,
String replyToId,
boolean send)
throws JMSException
JMSExceptionpublic static String getReplyToId(Message msg) throws JMSException
JMSExceptionprotected String createReceiveSelector()
protected Message populateProperties(Message msg) throws JMSException
JMSExceptionpublic Message receive() throws JMSException
JMSExceptionpublic void send(Message message) throws JMSException
JMSExceptionpublic void convertAndSend(Object obj) throws JMSException
JMSExceptionpublic void close()
throws JMSException
JMSExceptionpublic String getReplyToId()
public void setReplyToId(String replyToId)
public Message postProcessMessage(Message message) throws JMSException
postProcessMessage in interface org.springframework.jms.core.MessagePostProcessorJMSExceptionCopyright © 2015 Calrissian. All rights reserved.