Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.5.0
-
None
-
None
Description
Introduce new boolean property which will prevent network connector to create listener for consumer advisory messages and only bridge statically defined destinations, like
<networkConnector ... staticBridge="true"> <staticallyIncludedDestinations> <queue physicalName="always.include.queue"/> </staticallyIncludedDestinations> </networkConnector>
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)