WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: BTM Spring ActiveMQ number of consumers keeps increasing

Re: BTM Spring ActiveMQ number of consumers keeps increasing

by Ludovic Orban-2 :: Rate this Message:

| View in Thread

As said earlier, ActiveMQ's XA support is very poor and should be avoided if you can.

LRC might be the easiest thing to do, otherwise your options are:

 - tune the Spring DefaultMessageListenerContainer (it caching can confuse ActiveMQ a lot) and maybe disable BTM PoolingDataSource's cacheProducersConsumers property
 - use a different JMS server
 - avoid XA.

2011/10/5 MarkFletcher <mark.fletcher.java@...>

Thank you, James. I appreciate your response. We had some problems with
Atomikos too with the database that we were using. :-)


 « Return to Thread: BTM Spring ActiveMQ number of consumers keeps increasing