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
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
Is there a way that camel can reuse the same connection for its components?
Thanks for any help.
--
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
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
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