项目作者: cicsdev

项目描述 :
Sample Java code demonstrating usage of JMS with IBM MQ in an OSGi JVM server
高级语言:
项目地址: git://github.com/cicsdev/cics-java-osgi-mq-jms.git
创建时间: 2016-04-22T09:03:07Z
项目社区:https://github.com/cicsdev/cics-java-osgi-mq-jms

开源协议:Apache License 2.0

下载


cics-java-osgi-mq-jms

Sample artifacts for “Using MQ JMS in an OSGi JVM server” article referenced below.

Pre-reqs

  1. CICS TS V5.2 or later
  2. CICS Explorer
  3. MQ version 7.1 or 8
  4. Exact details provided in article referenced below

Installation

Add the two java files in the sample/jms package and the MANIFEST.MF file in the META-INF directory into a project in your CICS Explorer.
Place the .bindings file onto your HFS ensuring that when you upload it using FTP you use the binary
option to keep it in ASCII format.
Update QAdd.java so that this line “environment.put(Context.PROVIDER_URL, “file:///u/mleming/jndi/“);”
points to the .bindings file.

Reference

Code originally developed for this article which describes the full set up required

License

This project is licensed under Apache License Version 2.0.