On Mon, Jun 11, 2012 at 07:26:43AM -0700, ndipiazza wrote:
> We want to specify our destinations in a separate file, so that activemq.xml
> file.
> 
> So something like:
> 
> <broker xmlns="http://activemq.apache.org/schema/core";>
>     <destinations path="/home/activemq/activemq-destinations.xml" />
> 
> Is there any such thing? Or any equivalent?

<plugins>
  <jaasAuthenticationPlugin configuration="LdapConfiguration" />
</plugins>

I've found that reliable enough in the lab that I'm going to roll it out in 
production. Using the ldap backend for auth/groups/destinations means they're 
decoupled from activemq.xml (templated via puppet in our environment).

> The reason we want to do this is that
> 
> 1) Virtual Destinations are not allowed 
> 2) De-coupling activemq.xml and destinations is essential for automated
> deployment.
> 
> 
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/ActiveMQ-5-Specifying-a-broker-s-destinations-in-an-external-file-tp4653166.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> 

Reply via email to