Hi
I'm integrating activemq in a client swt jms application. When I try to call
ActiveMQConnectionFactory cf =
new ActiveMQConnectionFactory("tcp://172.31.112.9:62002");
inside a subscriber I got the error:
Unhandled event loop exception
Reason:
org/apache/activemq/ActiveMQConnectionFactory
I really never received such error in my life !!
If I test subscriber as simple standalone program with the same code
it work well.
Could it be a problem with Eclipse threads or something else ? Any
idea/clue is welcome.
Thanks
J