Re: Too many updates in MySQL

2015-08-06 Thread sreekumara
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

Too many updates in MySQL

2015-08-05 Thread sreekumara
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

ActiveMQ Bridge using MQTT and STOMP over SSL- Error

2015-07-29 Thread sreekumara
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