Hi,

this queue is created from the example camel route. You should comment
it out in conf/camel.xml

You can't strictly forbid auto-creation, but you can enable security
rules (http://activemq.apache.org/security.html) that can practically
disable it for all users.

Cheers
--
Dejan Bosanac - http://twitter.com/dejanb

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net



On Fri, Oct 8, 2010 at 1:56 PM, Tobias Trelle
<tobias.tre...@codecentric.de> wrote:
>
> I'm using ACM 5.4.1. I like all my queues to be predefined at startup time,
> so I'm using a configuration like this:
>
> <destinations>
>   <queue physicalName="TEST.QUEUE" />
>   <queue physicalName="GDV.IN" />
> </destinations>
>
> I do not want any other queues than the two above. How do I stop AMQ from
> creating the queue
>
>   example.A
>
> on startup? I disabled the auto-creation of queues for all client
> applications.
>
> TIA,
> Tobias
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/Do-not-create-example-A-queue-how-to-tp2968187p2968187.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to