Re: Thread issue with RabbitMQ component

2018-07-05 Thread Claus Ibsen
Hi Ah okay, the direct reply-to seems like an optimised and special feature of rabbitmq. I do not think we have that supported at this moment in camel-rabbitmq. You are welcome to log a JIRA ticket On Wed, Jul 4, 2018 at 10:24 AM, Nataraj Basappa wrote: > Hi, > We are using Came version

Re: Thread issue with RabbitMQ component

2018-07-04 Thread Nataraj Basappa
Hi, We are using Came version 2.20.1. Its not that uncommon to use Reply/Response when you are tying to bridge Sync with Aysnc calls may be I’m wrong. I had searched through RabbitMQ Java Client documents, which is used underneath Camel-RabbitMQ component. They prescribe few optimisation

Re: Thread issue with RabbitMQ component

2018-07-03 Thread Claus Ibsen
Hi What version of Camel do you use? And are you always using temporary "private" dynamic queues for request/reply schenarious? Isnt there an overhead of some sorts on rabbitmq side if you need to have a new queue per message? Well regardless if that is a common practice, we can look into a way

Thread issue with RabbitMQ component

2018-07-02 Thread Nataraj Basappa
Hi All, I’m relatively new to Camel and RabbitMQ and seeing issue similar to the one reported here - http://camel.465427.n5.nabble.com/Apache-Camel-RabbitMQ-consumers-leaves-back-extra-threads-running-tt5804994.html