Re: Adding something new into Camel DSL -- but how?

2021-12-04 Thread Steve973
Hi, Claus, and thanks for the reply. I created the ticket on 31 Oct: https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-17154 and I am working on it in the evenings as time allows. I have finished the initial implementation, and I am working on tests and the asciidoc stuff. So far, I

Which option to use sending between routes?

2021-12-04 Thread ski n
Hi all, In Camel, messages can flow between routes through several components like: 1) Direct (Synchronous within CamelContext) 2) Direct-VM (Synchronous within JVM) 3) SEDA (Asynchronous within CamelContext) 4) VM (Asynchronous within JVM) 5) ActiveMQ/AMQP/SJMS/RabbitMQ

Re: RabbitMQ set replyTo queue

2021-12-04 Thread Claus Ibsen
Hi Can you try with the spring-rabbitmq component On Fri, Dec 3, 2021 at 11:38 PM V User wrote: > > 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