Hi

I have two brokers, A and B on 5.9.1.
Messages send to broker A is forwarded statically to broker B, defined by
keyword staticallyIncludedDestinations in activemq.xml, and advisorySupport
is also disabled.
Below is the configuration snippet. 
...
<networkConnector 
   name="BrokerA.CH"
   userName="user"
   password="pass"
   staticBridge="true"
   uri="static:(tcp://BrokerB:61616)" networkTTL="3">
   <staticallyIncludedDestinations> <queue physicalName="Q1"/>
</staticallyIncludedDestinations>
</networkConnector>
...

I am implementing a heartbeat message with the queue's statistics (brokerA)
to the other end (brokerB).

Every messages get through, but messages with jmsType of 'Advisory' do not
forwarded.

Is it by design or a bug?

Can I change this behavior?

Thanks in advance.

Nader





 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Advisory-messages-do-not-forward-on-staticallyIncludedDestinations-tp4680733.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to