Publishing to temporary Queues and advisorySupport="false"
----------------------------------------------------------
Key: AMQ-1256
URL: https://issues.apache.org/activemq/browse/AMQ-1256
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 4.1.0
Reporter: Denis Abramov
Priority: Blocker
On the bulletin board I was told that I can turn off advisory topics because
the advisory topics don't disappear for temporary queues and it was impacting
performance. Turning off advisory queues DISABLES access to temporary queues.
When advisorySupport="false" any publishing to a temporary queue results in the
following exception (even though the queue is open & available):
javax.jms.JMSException: Cannot publish to a deleted Destination:
temp-queue://ID:rpc9-4350-1180554015568-0:0:1
at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1498)
at
org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:465)
at
org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:415)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.