Class JMSReplySender
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.jms.JMSReplySender
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundResponseSender
public class JMSReplySender
extends Object
implements org.apache.synapse.inbound.InboundResponseSender
-
Constructor Summary
ConstructorsConstructorDescriptionJMSReplySender(javax.jms.Destination replyTo, CachedJMSConnectionFactory cachedJMSConnectionFactory, String strUserName, String strPassword) -
Method Summary
Modifier and TypeMethodDescriptionvoidsendBack(org.apache.synapse.MessageContext synCtx) Send the reply back to the response queue/topic
-
Constructor Details
-
JMSReplySender
public JMSReplySender(javax.jms.Destination replyTo, CachedJMSConnectionFactory cachedJMSConnectionFactory, String strUserName, String strPassword)
-
-
Method Details
-
sendBack
public void sendBack(org.apache.synapse.MessageContext synCtx) Send the reply back to the response queue/topic- Specified by:
sendBackin interfaceorg.apache.synapse.inbound.InboundResponseSender
-