Hello. The title should read "Automatically Increasing Topic subscriptionID"
We are using: activeMQComponent.setTransacted(true) and we did not set the cacheLevel. So, the subscriptionID became fixed to 1 after we set activeMQComponent.setCacheLevel(DefaultJmsMessageListenerContainer.CACHE_CONSUMER); Thanks. Arcadius. On 15 January 2015 at 14:32, Arcadius Ahouansou <arcad...@menelic.com> wrote: > > Hello. > > We are using Camel 2.14.1 to consume messages from an ActiveMQ topic. > We are using connection pooling. > Everything is working OK. > We have however noticed that the subscriptionID on the ActiveMQ admin UI > keeps increasing almost every 2-second. > > Is this normal behaviour? > > > Thanks. > > Arcadius. > >