We have a network of brokers say broker chain B1,B2, B3. When client
subscribes (B1) to a topic T1.T2.T3 and the publisher publishes to that same
topic (B3) the client receives that published message. But if the client
subscribes to T1.T2.* then the client does not receive that published
message.
We are using dynamicallyIncludedDestinations which would contain T1.T2.T3
topic.
thanks
subscribes (B1) to a topic T1.T2.T3 and the publisher publishes to that same
topic (B3) the client receives that published message. But if the client
subscribes to T1.T2.* then the client does not receive that published
message.
We are using dynamicallyIncludedDestinations which would contain T1.T2.T3
topic.
thanks