Hi there,

I need to use queues with async web requests. To implement this I have a
message exchanger that holds producer obj, connection obj and session obj.
It also has temporary queue and holds IAsyncResult object to perform a call
back when a message is returned via the temporary queue...

The problem is that I am getting out of memory exception. After adding
static counters I can see that the exchanger 'stay alive' even though I
dispose its MQ producer, connection and session. I can also see that the
destructor is never called.

Do you have any idea why the exchanger is not destructed? Is it still
referenced by spring .Net and therefore remains 'live'?

Many thanks

N 
-- 
View this message in context: 
http://www.nabble.com/Out-of-memory-excpetion-tp20305355p20305355.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to