Per the Solace docs, if I prefix my topic with “#noexport,” I should be able to subscribe to the topic, but the subscription will not be advertised to adjacent nodes by MNR or DMR.
Preventing Subscription Export
But I’m having trouble getting that to work. In the below example, everything takes places on the same broker. Here is my publisher:
2022-10-20 13:36:38 INFO c.c.p.msg.solace.SolacePublisher: Started publisher on topic <_/1/ps/msg/sandbox/ch12/my/test> sow
I can successfully subscribe to those messages if I use a matching topic string:
2022-10-20 13:42:03 INFO c.c.p.msg.solace.SolaceSubscriber: Started subscriber on topic <_/1/ps/msg/sandbox/ch12/my/test> sow mode
But if I prefix it with “#noexport,” I see nothing:
2022-10-20 13:38:44 INFO c.c.p.msg.solace.SolaceSubscriber: Started subscriber on topic <#noexport/1/ps/msg/sandbox/ch12/my/test> sow mode