We were testing ActiveMQ topics with Camel and noticed the following
behaviour:

- Our Camel route was up and running with an activemq topic consumer.
- Messages were published on the topic whle the route is active.
- our Camel JMS consumer that was listening on that topic didn't receive all
messages.

We were not using Durable JMS topics or ActiveMQ Virtual Topics but I did
find it strange that it would drop messages here.

I assume these JMS Consumers are connected to the JMS broker while messages
are put on the topic and that all messages would be properly processed. Yet
we noticed a lot of drops.

When using ActiveMQ virtual topics we don't experience this issue and the
Camel route is always able to process all messages.

I was just wondering why this doesn't work with a plain vanilla topic and an
active Camel route.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-JMS-message-topic-handling-tp5757853.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to