hornetq « jndi « Java Enterprise Q&A





1. Is it possible to use HornetQ as beans without JNDI (even if it is behind some abstraction)...?    stackoverflow.com

My original problem is an attempt to discover and embed HornetQ with a bare minimum of dependencies. One item i would like to avoid is the need for JNDI. I believe it ...

2. Multiple JNDI trees HornetQ JBoss 5.1.0    stackoverflow.com

JBoss 5.1.0.GA HornetQ 2.1.2 StandaAlone I'm trying to make my app that is running on JBoss to publish messages to a HornetQ standalone server.Up until now I used HornetQ embedded with JBoss but ...

3. Standalone HornetQ and JBoss don't work together    stackoverflow.com

Using JBoss 5.1.0GA and HornetQ 2.1.2 stand-alone.The problem is this : While I can publish messages using a JMS client to the hornetQ server I can not publish messages using myApp ...