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
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
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
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
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
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: