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

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top