Hi, I've got the problem that some temporary queues are not getting deleted. Actually I am deleting them manually by ((TemporaryQueue) tempDest).delete(); as soon as they are not used anymore (and this deletion is really called for all my temp-queues as far as I can see) but some of my temporary queues are not deleted anyway. It's about 0-10 queues which are not getting deleted at 10000 sent messages/creates temporary queues. I have also tried it with the latest RC of ActiveMQ 5.2 where I've got the same problem.
Could I have forgotten something or could I have missed some configuration? What else could I do to get sure all my temp-queues are deleted correctly? thanks, martin -- View this message in context: http://www.nabble.com/Some-temporary-queues-are-not-getting-deleted-tp20339431p20339431.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.