Re: Store and Forward

2006-04-06 Thread Rob Davies
will try and re-produce - thanks! On 6 Apr 2006, at 19:58, Jim Ronan wrote: I'm using a topic=false (queue), with durable=true and transacted=true on the producer and the consumer. I can't be sure but it seems as if the message is being dropped between the web-app-broker and the central-

Re: Store and Forward

2006-04-06 Thread Jim Ronan
I'm using a topic=false (queue), with durable=true and transacted=true on the producer and the consumer. I can't be sure but it seems as if the message is being dropped between the web-app-broker and the central-broker. I say this because the loss happens when I kill the central-broker while the

Re: Store and Forward

2006-04-06 Thread Rob Davies
useAsync = false is the default in activemq- are you sending to Queues/Topics ? If Topics - do you have durable consumers ? cheers, Rob On 6 Apr 2006, at 14:26, Jim Ronan wrote: I've downloaded activemq-4.0-RC2 as you suggested, and the problems have gone away. However, if I kill the ce

Re: Store and Forward

2006-04-06 Thread Jim Ronan
I've downloaded activemq-4.0-RC2 as you suggested, and the problems have gone away. However, if I kill the central-broker while the producer is busy producing messages I lose a message. (My configuration is producer -> web-app-broker -> central-broker -> consumer.) I see from the documentation

Re: Store and Forward

2006-04-05 Thread Jim Ronan
I'm using activemq-4.0-M4 which I downloaded from the site earlier this week. -- View this message in context: http://www.nabble.com/Store-and-Forward-t1401236.html#a3773830 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Store and Forward

2006-04-05 Thread Rob Davies
can you say which version you are using ? - and if it's not activemq-4.0-RC2 - would you mind trying with that version - from here: http://cvs.apache.org/repository/incubator-activemq/distributions/ as it's the most stable at the moment. cheers, Rob On 5 Apr 2006, at 19:13, Jim Ronan wrote: