Re: JMS InOut consumer question

2024-03-08 Thread Bálint Baráth
Hi! Thanks for the quick reply. So as I understand it, there is no way to stop this active listening and listen only when there was an outgoing request, even if it's okay for me if a new consumer is created, even is this affects performance. Thanks, Bálint Claus Ibsen ezt írta (időpont:

Re: JMS InOut consumer question

2024-03-08 Thread Claus Ibsen
Hi No this is by-design and how this works. The consumer is active listening for messages, as it can handle higher load and concurrent requests. On Fri, Mar 8, 2024 at 10:48 AM Bálint Baráth wrote: > Hello! > > I ran into a weird behaviour, that is not mentioned in any of the docs I > found,

JMS InOut consumer question

2024-03-08 Thread Bálint Baráth
Hello! I ran into a weird behaviour, that is not mentioned in any of the docs I found, and I don't know if this is the expected way it works. When I create a JMS request-reply with a shared replyTo queue, camel correctly creates a reply consumer with the JMSCorrelationID, and it successfully