[
https://issues.apache.org/jira/browse/AMQ-5250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14049916#comment-14049916
]
Gary Tully commented on AMQ-5250:
---------------------------------
the lifecycle of a temp queue depends on the connection lifecycle. So if the
connection fails over, there will be a period when the temp destination will
not exist. The activemq client tracks temp existence by listening to temp
advisories, maybe you want to disable that such that the broker gets to
determine if the temp exists. ( ?jms.watchTopicAdvisories=false on the
connection factory url.)
This would eliminate any window between the client getting an advisory and the
recreation of the temp.
So check if failover is part of the problem.
> temp queue not working after long run of activemq
> -------------------------------------------------
>
> Key: AMQ-5250
> URL: https://issues.apache.org/jira/browse/AMQ-5250
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.9.0
> Reporter: Rural Hunter
>
> We encounterred a problem when using temp queue for request/reply pattern. It
> worked normally but after a long time lets say several weeks, the
> applications using temp queue started to report errors:
> 2014-06-25 08:25:59 [WARNING] Message back to the server fails!
> javax.jms.InvalidDestinationException: Cannot publish to a deleted
> Destination: temp-queue://ID:myserver-45345-1403492084155-1:1:259
> at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1748)
> at
> org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:289)
> at
> org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:224)
> at
> org.apache.activemq.ActiveMQMessageProducerSupport.send(ActiveMQMessageProducerSupport.java:300)
> I created a test application to test the temp when the problem happened and
> found this: On each connection, the temp queue worked once and the second
> time it failed. I also tried to monitor messages in
> ActiveMQ.Advisory.TempQueue. But I could only receive one message after I
> subsribed on it everytime.
> I checked the activemq log and there was nothing about the problem. Other
> applications not using temp queue worked fine. This happened twice in recent
> month. I just had to restart activemq to fix it.
> I saw a same error in mailing list but not sure if it's the same problem:
> http://activemq.2283324.n4.nabble.com/Getting-a-quot-Cannot-publish-to-a-deleted-Destination-quot-but-eventually-works-after-a-couple-of-rs-td4682497.html
--
This message was sent by Atlassian JIRA
(v6.2#6252)