Re: Temporary destinations with given destination name

2007-08-20 Thread asaburov
e. we want a timer to fire to detect the empty destinations with no > consumers; then if in the subsequent timer period, no messages have > been dispatched and we still have no consumers, then zap the > destination. > > -- View this message in context: http://www.nabble.com

Re: Temporary destinations with given destination name

2007-07-10 Thread happyAMQ
s listening on - I can't remove that destination. Jason -- View this message in context: http://www.nabble.com/Temporary-destinations-with-given-destination-name-tf4037658s2354.html#a11530672 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Temporary destinations with given destination name

2007-07-10 Thread James Strachan
On 7/10/07, James Strachan <[EMAIL PROTECTED]> wrote: On 7/9/07, happyAMQ <[EMAIL PROTECTED]> wrote: > > This sounds ideal. Can you point me to some docs on how to write a plugin? Here's some documentation... http://activemq.apache.org/interceptors.html http://activemq.apache.org/developing-plu

Re: Temporary destinations with given destination name

2007-07-10 Thread James Strachan
which are not being used by any clients within some time period. e.g. if no client uses a particular destination within say 10 seconds (and the destination is empty), then just zap it. -- James --- http://macstrac.blogspot.com/ -- View this message in context: http://www.nabble.com/Temporary-

Re: Temporary destinations with given destination name

2007-07-09 Thread happyAMQ
ons-with-given-destination-name-tf4037658s2354.html#a11511275 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Temporary destinations with given destination name

2007-07-09 Thread James Strachan
On 7/9/07, happyAMQ <[EMAIL PROTECTED]> wrote: I'm trying to re-create Tibco Rendezvous (RV) semantics, where destinations (subjects in RV) are not administered objects and don't hang out in the broker when there aren't any connections using that destination (just like temporary destinations).

Re: Temporary destinations with given destination name

2007-07-09 Thread happyAMQ
form with NMS. Is this supported? FYI, I'm building a cross-platform (Java, C#, C/C++) ESB with binary messages (not XML). Thanks, Jason. -- View this message in context: http://www.nabble.com/Temporary-destinations-with-given-destination-name-tf4037658s2354.html#a11510576 Sent from the

Re: Temporary destinations with given destination name

2007-07-09 Thread James Strachan
On 7/6/07, happyAMQ <[EMAIL PROTECTED]> wrote: Hi, Is it possible to create temporary destinations with a given name, instead of having ActiveMQ creating a name? For example, createTemporaryQueue("My.Chosen.Name"); No. Temporary queues have to be unique to the entire JMS network to a specifi

Temporary destinations with given destination name

2007-07-06 Thread happyAMQ
Hi, Is it possible to create temporary destinations with a given name, instead of having ActiveMQ creating a name? For example, createTemporaryQueue("My.Chosen.Name"); Thanks, Jason. -- View this message in context: http://www.nabble.com/Temporary-destinations-with-given-destin