Further tests shows that "expireMessagesPeriod" has impact on these updates.
These updates happen in regular interval as set by expireMessagesPeriod. If
I set expireMessagesPeriod as 5 minutes these updates are fired on every 5
minutes.
So for now it seems I can use expireMessagesPeriod to reduce
I am using jdbcPersistenceAdapter and MySQL database. In my test scenario
some of the durable subscribers are offline for long hours (<24hrs). The
tests shows continuous update queries are fired to database to update
"LAST_ACKED_ID".
Why so many updates are repeatedly fired for every few seconds
I am trying to make a bridge between Active MQ to Rabbit MQ through activemq
embedded camel configurations using MQTT over SSL and STOMP over SSL
protocols.
Active MQ version details--- apache-activemq-5.10.0
Camel version details -- Apache Camel 2.15.2
Rabbit MQ version details RabbitM