I have a situation where I will have 2 brokers up networked together. Therefore, if one client connected to one broker and another client connected to the other broker will 'hear' messages from the same topic. How can I go about to prevent some known topic name to not 'forward' to any other connected broker?
Thanks!
You need to filter out the known destinations with an exclusion filter:
see: http://fusesource.com/docs/broker/5.4/clustering/Networks-Filtering.html