Re: stomp temporary topics

2009-08-18 Thread Hiram Chirino
Take a peek at: http://pavelgolubeff.ya.ru/replies.xml?item_no=1583&ncrnd=1643 It describes how you can setup a small script which will delete your unused topics. Just put it in cron job. Regards, Hiram On Tue, Jul 7, 2009 at 4:10 PM, Голубев Павел wrote: > Hello. > I am using activemq 5.2 as

Re: stomp temporary topics

2009-08-10 Thread Alexander L.
golubevpavel wrote: > > Once again, this is STOMP, not complete java client. > Is it possible to do that? > BTW, I am also in a search for the concept of temporary topics/queues for a Stomp client. Stomp itself does not support such destinations ( http://activemq.apache.org/cms/stomp-support.h

Re: stomp temporary topics

2009-08-10 Thread Alexander L.
golubevpavel wrote: > > I want to find a way to delete topics, that have no more consumers. > Once again, this is STOMP, not complete java client. > Is it possible to do that? > I am not an expert but I am afraid that topic is unaware about its subscribers... Probably you should consider anot