Which component is ideal for Camel 2.24.2 and ActiveMQ?

2019-12-11 Thread Alessandro Hoss
emq-camel" dependency (groupId=org.apache.activemq and version=5.15.10) which seems to work fine. Is that the "recommended" ActiveMQ component to work with Camel 2.24.2, or in this case is better to use the camel-jms itself? [1] https://camel.apache.org/components/latest/jms-component.html Thanks, -- Alessandro Hoss

Re: Too many connections with Camel and RabbitMQ

2019-12-05 Thread Alessandro Hoss
gt; On Wed, Dec 4, 2019 at 7:00 PM Alessandro Hoss wrote: > > > > Hello, > > > > I'm using camel 2.24.2 with camel-rabbitmq in Spring Boot, and I've > noticed > > camel is opening one connection per consumer, plus another connection per > > producer

Too many connections with Camel and RabbitMQ

2019-12-04 Thread Alessandro Hoss
Is there a way that camel can reuse the same connection for its components? Thanks for any help. -- Alessandro Hoss

Re: How to get route Exception in a processor with camel+rabbitmq

2019-11-19 Thread Alessandro Hoss
9 às 17:45, Alessandro Hoss escreveu: > Hi .. > > "myExchange" is not the queue name... When working with rabbitmq, you > always send the message to a "RabbitMQ Exchange", which redirects it to > some queue based on the routingKey (which is defined on the creation o

Re: How to get route Exception in a processor with camel+rabbitmq

2019-11-13 Thread Alessandro Hoss
s that I can't get the Exception "CAUGHT" nor "HANDLED" in route1, by the processor in route2. Em qua., 13 de nov. de 2019 às 16:55, WEIQUAN YUAN escreveu: > why your from queue name is same as to queue name? > > On Wed, Nov 13, 2019 at 9:10 AM Alessandro Hoss w

How to get route Exception in a processor with camel+rabbitmq

2019-11-13 Thread Alessandro Hoss
ut luck. Above are the (simplified) routes definitions: java.lang.Exception true errorMessage Any ideas on what could be wrong ? Thanks in advance, Alessandro Hoss