1. External client send request
2. GetJMS* processor receive request, store JMSReplyTo value
if (message.getJMSReplyTo() != null) {
attributes.put(ATTRIBUTE_PREFIX + JMS_REPLY_TO,
message.getJMSReplyTo().toString());}
3. Next processors processes request and create response
4. And finally PutJMS should send response back to channel specified by
JMSReplyTo
But it seems PutJMS is not using JMSReplyTo, instead DESTINATION_NAME
property value is used.
Did I misunderstood something?
Often response is expected to be in JMSReplyTo channel.
Thanks
Toivo
--
View this message in context:
http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/Request-response-using-JMS-and-JMSReplyTo-tp1557.html
Sent from the Apache NiFi (incubating) Developer List mailing list archive at
Nabble.com.