diff options
Diffstat (limited to 'net/openmq/files/pkg-message.in')
-rw-r--r-- | net/openmq/files/pkg-message.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/openmq/files/pkg-message.in b/net/openmq/files/pkg-message.in new file mode 100644 index 000000000000..ba3bed93cbd4 --- /dev/null +++ b/net/openmq/files/pkg-message.in @@ -0,0 +1,10 @@ +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 |