Hi dear ActiveMQ community. I have ActiveMQ of version 5.13.2 running with "advisorySupport="false"". All the clients have "watchTopicAdvisories" set to false in the connection factory. When I log into ActiveMQ admin console, there is no queue "ActiveMQ.Advisory.TempQueue" in the list of queues, as well as there is no topic "ActiveMQ.Advisory.TempTopic" in the list of topics.
Nevertheless, every time I publish a message to a queue from admin console, I'm getting and error "Exception occurred while processing this request, check the log for more information!" and I see the following exception when I look in the logs: The funny thing is that my Spring-based service is able to publish a message without issues. The issue is only seen when using web-console. I searched a lot, but could not find similar issues... Would anyone know how can I avoid that? Thank you in advance! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
