Hi, i'm using AMQ 5.1 for the communication between clients and a server with an embedded broker. They are talking with each other via temporary queues. There are two temp queues per client, one is created by the client and listening on it, the second is created by the server and waiting for requests from the given client. Up to this point this looks like a general structure for me. My problem is if the connection is lost then the broker drops the temp queue of the client, so even if i reconnect to the broker with a failover transport i cannot get my queue back. Another connection cannot listen on that temp queue anyway. Is it possible to delay the deletion of the temp queue and somehow reuse it? It looks like the falover transport is helpless in combination of temp queues.
Thanks for your help! akos -- View this message in context: http://www.nabble.com/Temp-queues-and-failover.-tp20209366p20209366.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
