Re: Blocking message transfer to MQ

2023-03-13 Thread Chirag
You would be looking at implementing Request/Reply EIP. https://camel.apache.org/components/3.20.x/eips/requestReply-eip.html ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Mar 13, 2023 at 10:46 AM Yash Ganthe wrote: > > Hi, > > I would like to

Re: Blocking message transfer to MQ

2023-03-13 Thread Claus Ibsen
Hi Yes, camel-jms can do this with request/reply - using JMS standard for that. There are different options in camel-jms to control whether to use temporary or fixed named reply queues, timeouts and much more. On Mon, Mar 13, 2023 at 3:46 PM Yash Ganthe wrote: > Hi, > > I would like to send me

Blocking message transfer to MQ

2023-03-13 Thread Yash Ganthe
Hi, I would like to send messages to MQ such that when a message is PUT on the queue, Camel will wait for a response from the application that is consuming from the queue. The response will come on a second queue. Once the response arrives, Camel will check that the response has the same Correlati