Hi,

sure, you can use something like

          <excludedDestinations>
              <queue physicalName="local.>"/>
          </excludedDestinations>


Cheers
--
Dejan Bosanac

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


On Mon, Apr 6, 2009 at 10:21 AM, L.Daigremont <ldaigrem...@axway.com> wrote:

>
> Thanks for this help, I'll test that trick
>
> I've got another question on this: Is this parameter wildcard friendly ?
> Can I define for example that all queues named "_local_foo" would be the
> local ones ?
>
>
> Gary Tully wrote:
> >
> > check out the "excludedDestinations" attribute of a network xml
> > configuration <http://activemq.apache.org/networks-of-brokers.html>,
> using
> > this you can define local destinations that will not be distributed. This
> > attribute is a list or queues and or topic names.
> >
> > Check out an example configuration from the unit tests:
> >
> http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/duplexLocalBroker.xml?view=markup
> >
> > 2009/4/3 L.Daigremont <ldaigrem...@axway.com>
> >
> >>
> >> We would elaborate a distributed broker topography in which brokers can
> >> also
> >> have "Local queues" e.g non-distributed queues which can actually be
> used
> >> only into a local context.
> >>
> >> Is it existing a way to do that the broker could contain as well
> >> distributed
> >> queues which can be read by other brokers of the network of brokers, and
> >> local queues only readable by the relevant broker.
> >> (with configuration, while creating queues or any other way)
> >>
> >> Thx
> >> LD
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Local-and-Distributed-queues-tp22870634p22870634.html
> >> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
> > --
> > http://blog.garytully.com
> >
> > Open Source SOA
> > http://FUSESource.com
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Local-and-Distributed-queues-tp22870634p22904203.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to