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 ...
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 ...
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 ...