Sample artifacts for "Using MQ JMS in an OSGi JVM server" article referenced below.
CICS TS V5.2 or later
CICS Explorer
MQ version 7.1 or 8
Exact details provided in article referenced below
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.
Code originally developed for this article which describes the full set up required
This project is licensed under Apache License Version 2.0.