-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.0
-
None
-
3
Advisory messages from a specific destination are unable to to be subscribed to from a remote broker. In this case there is a NOB consisting of broker1 and broker2. On broker1 a producer publishes to a topic named "FOO", this creates the following advisory topic: ActiveMQ.Advisory.Producer.Topic.FOO.
On broker2 a consumer subscribes to ActiveMQ.Advisory.Producer.Topic.FOO, however no advisory messages will be sent across the bridge.
In this this scenario broker1 has following configuration:
Topic Policy entry contains:
<networkBridgeFilterFactory> <conditionalNetworkBridgeFilterFactory /> </networkBridgeFilterFactory>
The networkConnector looks as follows:
<networkConnectors>
<networkConnector uri="static:(tcp://localhost:61617)" duplex="true" />
</networkConnectors>