Re: CamelJms Request Reply QueueReplyManager is coupled with DefaultMessageListenerContainer

2022-01-24 Thread Claus Ibsen
Hi I have implemented so you can configure to use simple - however they have less configurations and we only configure the ones that the listener supports. On Mon, Jan 24, 2022 at 2:02 PM Claus Ibsen wrote: > > Hi > > One reason is > https://issues.apache.org/jira/browse/CAMEL-3193 > > However

Re: CamelJms Request Reply QueueReplyManager is coupled with DefaultMessageListenerContainer

2022-01-24 Thread Claus Ibsen
Hi One reason is https://issues.apache.org/jira/browse/CAMEL-3193 However if you use IBM MQ and a fixed replyTo queue name, then maybe the simple message listener from spring is okay, with potential limitation of re-connection issues. On Mon, Jan 24, 2022 at 9:02 AM Ashutosh Vaish wrote: > >

CamelJms Request Reply QueueReplyManager is coupled with DefaultMessageListenerContainer

2022-01-24 Thread Ashutosh Vaish
We are using CamelJMS to connect with IBM MQ. We are doing request-reply over JMS. It was identified that our camel app is continuously polling the reply queues even when a unit of work was completed. I found that QueueReplyManager is coupled with DefaultMessageListenerContainer. CamelJMS