I meant that as soon as you use it on a client (subscriber or publisher), ActiveMQ creates the topic.
That’s for normal topic. For the AdvisoryTopic, you can just disable advisory support in activemq.xml: <broker advisorySupport="false"> Then the advisory topics won’t be created. Regards JB > Le 11 avr. 2021 à 07:31, Prameet Patil <prameetpram...@gmail.com> a écrit : > > We are not specifically using this topic. > it looks like activemq itself uses it.