[ 
https://issues.apache.org/activemq/browse/AMQ-828?page=comments#action_36583 ] 
            
Adrian Co commented on AMQ-828:
-------------------------------

In relation to this, I wonder if its a good idea to have a flag to force 
clients that connect to this broker, use only the specified destinations and 
disallow them to create destinations not in the specified list. Usecase for me 
so far includes preventing stupid errors like one producer sending to dest A.1 
and consumer trying to receive from A1, and wondering why it doesnt receive any 
message because I forgot to type a period in the dest name. :)

> add some XML configuration way to force the creation of certain destinations 
> on startup
> ---------------------------------------------------------------------------------------
>
>                 Key: AMQ-828
>                 URL: https://issues.apache.org/activemq/browse/AMQ-828
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: james strachan
>         Assigned To: james strachan
>             Fix For: 4.1
>
>
> e.g. have some kind of XML like
> <destinations>
> <queues>
>   <queue>foo.bar</queue>
>   <queue>foo.xyz</queue>
> </queues>
> <topics>
>   <topic>a.b.c</topic>
> </topics>
> </destinations>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to