No. You have to disable advisory support, and the jms.watchTopicAdvisories=false needs to go on the client (or you can setWatchTopicAdvisories(false) on the connectionFactory). You may also want to disable creation of advisory topics via ActiveMQ authorization security to enforce this policy (although if your clients don't use the above config, they will fail to authorize.. which is what it sounds like you want)
On Wed, Feb 26, 2014 at 12:35 AM, khandelwalanuj <khandelwal.anu...@gmail.com> wrote: > Hi, > > I tried setting connection URI in broker config as: > * <amq:transportConnectors> > <amq:transportConnector name="amqBrokerTcpTransport" > > uri="tcp://0.0.0.0:61616?jms.watchTopicAdvisories=false" /> > </amq:transportConnectors> > * > > but still it is creating advisories for tmp topics. But when I changed > configuration on client side and make "watchTopicAdvisories=false" in client > consiguration, I can avoid tmp advisories. > > Is there a way to disable tmp topic advisories by making changes in broker > config only ? Because I cannot touch clients source code. > > Thanks, > Anuj > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Disable-advisory-for-ActiveMQ-broker-tp4677863p4678360.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta