Hey Tim,

AdvisoryMessages are disabled. I added a call to set watchTopicAdvisors to
false on my client side.

 amqConnFactory = new ActiveMQConnectionFactory(CONN);
      amqConnFactory.setWatchTopicAdvisories(false);
      conn = amqConnFactory.createConnection();
      conn.start();

However that did not fix the issue. I am attaching my broker xml incase that
gives you any ideas. activemq.xml
<http://activemq.2283324.n4.nabble.com/file/n4672670/activemq.xml>  

Once again the same everything works just fine with activemq-cpp 3.6



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/AMQCPP-Cannot-publish-to-a-delete-Destination-temp-queue-tp4672611p4672670.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to