Hello.
I have small problem with my CXF JMS async client simple program.

Using sync invocation everything works fine:



Code above executes method print response and ends program.

Using async invocation everything works fine but does'nt ends program:




Code above executes method print response and hangs at main end.
To end program I have to end program manually at main end adding
System.exit(0);


The same efects I get with async Polling, async Callback. 

With HTTP transport everything works fine.

I have this problem only with JMS and async

Any tips how to fix it ?



-----

Regards
Marcin Kasinski
http://itzone.com.pl
--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-JMS-Async-Thread-problem-tp5710953.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to