1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/openmq/files/pkg-message.in
Wen Heping 667d0ff474 - Update to 4.5.b.29
PR:		ports/155035
Submitted by:	Radim Kolar <hsn@sendmail.cz> (maintainer)
2011-03-10 02:03:39 +00:00

16 lines
867 B
Plaintext

To use imq-client in your Java application you need to add following jars
to your classpath:
%%JAVAJARDIR%%/imq.jar - Connector to IMQ broker. REQUIRED
%%JAVAJARDIR%%/jms.jar - JMS 1.1 API classes. MOST LIKELY NEEDED
If you have only one jms provider used in
your application or not using application
server you will need this. Otherwise other
jms provider will most likely to ship this.
%%JAVAJARDIR%%/fscontext.jar - JDNI file based lookups. OPTIONAL
%%JAVAJARDIR%%/jaxm-api.jar - Java API for XML Messaging
MOST LIKELY NEEDED for JAXM applications unless
this api is provided by application server or OSGi
container already.
%%JAVAJARDIR%%/imqxm.jar - JAXM OpenMQ provider. REQUIRED for JAXM application