Problem resolved.
It would not work while using jboss-messaging-client version 1.4.1.Beta3. The
boot of jboss indicates that it's using jboss-messaging version 1.4.0.SP1. I
downloaded 1.4.0.SP1 version and used the messaging-client from this, and it
now works as expected.
Should these ver
For this context, maven is like ant. Difference being that it will try to
contact a maven repository on the internet and download the dependencies if
they don't exist locally. I am telling maven to look locally.
My classpath is:
${messaging_home}\jboss-messaging-client.jar
${jboss5_home}\serv
I would like to make a JavaSE client send messages to an out-of-the-box
instance of JBoss 5.0.0 Beta3. All of my attempts have been thwarted by
classpath problems.
Ideally, I'd like to get a maven pom.xml file to include everything I need, but
I'd be happy with links to the required jar file