Re: RabbitMQ set replyTo queue

2021-12-06 Thread V User
e queue though ( https://camel.apache.org/components/3.13.x/jms-component.html#_request_reply_over_jms). Fortunately, the target application is able to support JMS. -Zoe On Sat, Dec 4, 2021 at 12:12 AM Claus Ibsen wrote: > Hi > > Can you try with the spring-rabbitmq component > > On F

RabbitMQ set replyTo queue

2021-12-03 Thread V User
Hello! I'm new to Camel and setting up my first flow, an adaptor for an existing system with an API that uses RabbitMQ. The API already defines a queue to publish messages to, and a queue where responses will be published back to. I'm trying to get Camel to read replies from the existing queue. I