Raymond Cuenen created CAMEL-7860:
-------------------------------------
Summary: Add sendReply functionality in RabbitMQConsumer
Key: CAMEL-7860
URL: https://issues.apache.org/jira/browse/CAMEL-7860
Project: Camel
Issue Type: Improvement
Components: camel-rabbitmq
Affects Versions: 2.14.0, 2.13.2
Reporter: Raymond Cuenen
Priority: Minor
Fix For: 2.14.1
To provide the RPC functionality with RabbitMQ as described
[here|http://www.rabbitmq.com/tutorials/tutorial-six-java.html] the
{{ExchangePattern}} should be changed to {{InOut}} when the {{replyTo}} is
present in the AMQP properties for the {{RabbitMQConsumer}}.
After processing the {{Exchange}} the reply message can than be retrieved and
published to the reply queue.
For JMS is a similar construction already implemented.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)