Re: Persistant and Non-Persistant queues

2009-01-14 Thread Gary Tully
also see: http://activemq.apache.org/what-is-the-difference-between-persistent-and-non-persistent-delivery.html 2009/1/14 James Strachan : > 2009/1/14 David Newcomb : >> >> Firstly, I am using Spring to help manage my Topics / Queues. >> >> To start with I'll give a brief explanation of my scenar

Re: Persistant and Non-Persistant queues

2009-01-14 Thread James Strachan
2009/1/14 David Newcomb : > > Firstly, I am using Spring to help manage my Topics / Queues. > > To start with I'll give a brief explanation of my scenario. > > 1. Work requests come into my system and are added to a non-persistant > queue. > 2. Another thread takes entries out of the (non-persisten

Persistant and Non-Persistant queues

2009-01-14 Thread David Newcomb
Firstly, I am using Spring to help manage my Topics / Queues. To start with I'll give a brief explanation of my scenario. 1. Work requests come into my system and are added to a non-persistant queue. 2. Another thread takes entries out of the (non-persistent) queue, does some stuff and adds the