Hi,

I wrote an MBean (org.jboss.util.ServiceBMeanSupport) dedicated to
accepting Tibco Rendezvous text messages and sending them to JMS. 

Outside of jBoss the bean works perfectly alright (The main method
calls the startService method and blocks). It connects to the
Rendezvous daemon within parts of a second and receives all messages 
send to the Rendezvous subject.

As soon as you run the bean as a jBoss MBean it takes a couple of
seconds to connect to the daemon and no Rendezvous message will be
received. 

Has anyone any idea what could be wrong? 

Threading problems (the bean runs a dedicated thread to receive the
Rendezvous messages)? 

Security issues?


Cheers,
Guido




----------------------------------------------------------------------
If you have received this e-mail in error or wish to read our e-mail 
disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.
----------------------------------------------------------------------

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to