Re: is ISession thread safe?

2009-01-21 Thread sbs1982
.Info(item); } } } public void CloseWindow() { consumerTrace.Close(); //SYSTEM STALLS ON THIS CALL } }//end of class +++ Timothy Bish wrote: > > On Wed, 2009-01-21 at 10:26 -0800, sbs1982 wrote: >&g

is ISession thread safe?

2009-01-21 Thread sbs1982
If one thread in my app is trying to create a temporary topic and I already have a few consumers(listening on other temp topics & processesing incoming messages on their respective call back methods i.e listeners) open. Now trying to call the close method of one of these consumers causes my app to