You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "souciance eqdam rashti (JIRA)" <ji...@apache.org> on 2015/10/15 11:01:05 UTC

[jira] [Commented] (CAMEL-7860) Add sendReply functionality in RabbitMQConsumer

    [ https://issues.apache.org/jira/browse/CAMEL-7860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958540#comment-14958540 ] 

souciance eqdam rashti commented on CAMEL-7860:
-----------------------------------------------

Hello,

Is it possible to see an example of this is supposed to work? Specially, will camel publish the message on an exchange, set the reply_to header and wait for the reply message on the reply_to queue in a synchronous manner as the RPC model in RabbitMQ? It would be great to see an example or some hints on how this is is supposed to work in practise. 

Best
Souciance

> 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.13.2, 2.14.0
>            Reporter: Raymond Cuenen
>            Assignee: Willem Jiang
>            Priority: Minor
>              Labels: improvement, rpc
>             Fix For: 2.15.0
>
>         Attachments: consumer.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> 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)