On 10/11/2013 11:37 AM, dpatel wrote:
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.

Then you'd need a test case to allow me to look further. If the connection that created the temp dest goes away it will be deleted, so ensure your not inadvertantly removing it.

--
Tim Bish
Sr Software Engineer | RedHat Inc.
tim.b...@redhat.com | www.fusesource.com | www.redhat.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/

Reply via email to