Re: Transport failed, attempting to automatically reconnect due to: java.io.EOFException

2007-07-16 Thread DavidR
James, We have a similar issue under different circumstances. When we bounce our server which is using spring 2 to produce and consume messages on a failover queue, we sometimes get a runaway log file due to the process not shutting down correctly within tomcat. We then get within seconds, mb's o

Re: temporary queue in store and forward environment

2007-04-29 Thread DavidR
nks, David James.Strachan wrote: > > On 4/25/07, DavidR <[EMAIL PROTECTED]> wrote: >> >> >If you want clustering (high availability and failover of brokers) you >> >really should use Master/Slave instead of Networks... >> >> >http://activemq.apache.org/ma

Re: temporary queue in store and forward environment

2007-04-25 Thread DavidR
>If you want clustering (high availability and failover of brokers) you >really should use Master/Slave instead of Networks... >http://activemq.apache.org/masterslave.html Thanks for your quick response. We like the jdbc master slave but were concerned about the CPU hit we saw on our database (

temporary queue in store and forward environment

2007-04-25 Thread DavidR
Hi, we are trying to use ActiveMQ clustering using store and forward. we see that when we use temporary queues and then try to delete the queue we get an error message: "Destination still has an active subscription". Browsing the queues in JMX, we see that the temporary queue message was only pi