You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Denis Abramov (JIRA)" <ji...@apache.org> on 2007/05/30 21:44:32 UTC

[jira] Created: (AMQ-1256) Publishing to temporary Queues and advisorySupport="false"

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.


[jira] Resolved: (AMQ-1256) Publishing to temporary Queues and advisorySupport="false"

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved AMQ-1256.
---------------------------------

       Resolution: Won't Fix
    Fix Version/s: 5.0.0

I think that was a mistake; temporary queues/topics depend on advisories to work.

Rather I think AMQ-1255 needs to be fixed

> 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
>             Fix For: 5.0.0
>
>
> 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.