이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 9. The Client Classpath
HornetQ requires several jars on the Client Classpath depending on whether the client uses HornetQ Core API, JMS, or JNDI.
Warning
All the jars mentioned here can be found in the
$JBOSS_HOME/client
directory of the HornetQ distribution. Be sure you only use the jars from the correct version of the release, you must not mix and match versions of jars from different HornetQ versions. Mixing and matching different jar versions may cause subtle errors and failures to occur.
9.1. HornetQ Core Client 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
If you are using just a pure HornetQ Core client (for example, no JMS) then you need
hornetq-core-client.jar
and netty.jar
on your client classpath.