Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
3.0
-
None
-
None
-
2.6.25.20-0.4-pae #1 SMP 2009-06-01 09:57:12 +0200 i686 i686 i386 GNU/Linux, Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02),
Description
I'm trying to implement a reliable request - response. I have java and c++ producers that create a temporary queue. When I kill the java producer, the temporary queue goes away, and I get a InvalidDestinationException trying to send a message to that queue. When I kill the c++ producer the temporary queue stays and I get no errors from any kind.
My testing show that from a properly closed connection all Temp Destinations are removed.
What do you mean when you say you kill the C++ Producer?
Attaching a short but complete sample application would be helpful to understand your use case.