Allow easy creation of purely static bridges
--------------------------------------------
Key: AMQ-3632
URL: https://issues.apache.org/jira/browse/AMQ-3632
Project: ActiveMQ
Issue Type: New Feature
Affects Versions: 5.5.0
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.6.0
Introduce new boolean property which will prevent network connector to create
listener for consumer advisory messages and only bridge statically defined
destinations, like
{code}<networkConnector ... staticBridge="true">
<staticallyIncludedDestinations>
<queue physicalName="always.include.queue"/>
</staticallyIncludedDestinations>
</networkConnector>{code}
This will help in cases when we want to create "purely" static network between
brokers and prevent remote consumer information affect the local broker (and
also decrease load on the network connector by not having advisories exchanged
between brokers)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira