A single connection with failover (with send-timeout) + XA, good or bad idea?

2011-04-25 Thread Martin C.
Hi, one of my client is using XA using Atomikos, using a failover connection with ActiveMQ 5.4.2 (broker and client). From time to time, we see sporadic fails via the localhost connection (first question: why?): WARN org.apache.activemq.transport.failover.FailoverTransport - Transport (activemq

ActiveMQ 5.4: Message transactions/history to be permanently stored

2011-04-25 Thread kar
Hello, I am using ActiveMQ 5.4 and the database is set to kahadb. My application is using the Spring framework. I needed a way to get the below information : 1) All messages that were sent to a particular queue(since the creation of the queue) 2) Messages that were consumed from the queue(si

Re: Large amounts of queues and topics

2011-04-25 Thread Bruce Snyder
On Sun, Apr 24, 2011 at 6:58 AM, ripienaar wrote: > I am working on a system that has large amounts of topics often connected in > a network of brokers.  Clients are mostly using the Stomp protocol.  I am > now looking at also adding potentially a lot of queues and was seeking some > design advice