Not at the moment. There have been some talks on supporting that in the future.
Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Sun, Jan 15, 2012 at 9:00 PM, Jason Dillon <ja...@planet57.com> wrote: > I'm wondering if destination policy map entries aggregate configuration? > > For example: > > <destinationPolicy> > <policyMap> > <policyEntries> > <policyEntry queue=">" optimizedDispatch=”true”/> > <policyEntry queue="test.>" useCache="false"/> > </policyEntries> > </policyMap> > </destinationPolicy> > > Will a queue named "test.example" have useCase=false and > optimizedDispatch=true? > > Same for the default policy entry, will that get included to configure > destinations which have existing policy entries, or will that only apply to > destinations where there is no entry? Some initial tests indicate it may > be the later. > > --jason > > > > >