Re: create queue using command line

2010-08-12 Thread Gary Tully
my guess is an attempt to purge a non existent destination from the admin tool will create it as a side effect. On 12 August 2010 07:41, cmoulliard wrote: > > You are right except in the case that you don't provide access rights for > producers/consumers to create queues/topics dynamically but wa

Re: create queue using command line

2010-08-11 Thread cmoulliard
You are right except in the case that you don't provide access rights for producers/consumers to create queues/topics dynamically but want that admin / infrastructure people do that !! Kind regards, Charles Denis Bazhenov wrote: > > There is no need to create queues explicitly. Queues and top

Re: create queue using command line

2010-08-11 Thread Denis Bazhenov
There is no need to create queues explicitly. Queues and topics are automatically created when first producer or consumer connects to the destination. So, strictly speaking, all you need to create a queue is to connect consumer or producer to that queue. -- Denis Bazhenov FarPost. On Aug 12

Re: create queue using command line

2010-08-11 Thread cmoulliard
Hi Dejan, Except purging a queue from admin-queue, it is not possible to create a new one ? Regards, Charles Dejan Bosanac begin_of_the_skype_highlighting end_of_the_skype_highlighting wrote: > > Hi Charles, > > You can purge queues with activemq-admin, like > > bin/activemq-admin purg

Re: create queue using command line

2010-08-11 Thread Dejan Bosanac
purge task is now documented https://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+Command+Line+Tools+Reference#ActiveMQCommandLineToolsReference-purge Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.man

Re: create queue using command line

2010-08-11 Thread Dejan Bosanac
Hi Charles, You can purge queues with activemq-admin, like bin/activemq-admin purge TEST.FOO there's no task for deleting queues Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http: