What are the client libraries to be used with a JMS client connecting to HornetQ/JMS running in Jboss

StackOverflow https://stackoverflow.com/questions/9538377

  •  03-12-2019
  •  | 
  •  

Question

I am trying to following this http://www.mastertheboss.com/jboss-application-server/287-jboss-jms.html?start=1 article to try a simple JMS client with Jboss/HornetQ. The article specifies that i need to add the HornetQ libraries and Jboss client libraries as shown in this diagram:

enter image description here

I have managed to copy across all the HornetQ libraries but unfortunately the JBOSS_CLIENT libraries is not shown in the diagram (collapsed) so i don't know what are the libraries that are required. Anyone know what are the client libraries if using Jboss 7?

Was it helpful?

Solution

Found out that the only library that is required is location in $JBOSS_HOME/bin/client/jboss-client-7.1.0.Final.jar

The above library covers both HornetQ and Jboss client libraries.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top