Hey All,
I have been trying to code a Java servlet to access
3270 transactions via the MQSeries CICS/ESA Bridge.
However,according to the provided documentation this entails
three parts to the message: MQMD (message descriptor), MQCIH
(CICS bridge header), and BRMQ vectors (contain the required data
to run the application). The MQMD is provided as a Java class, however,
I have not found any documentation as to how the MQCIH or BRMQ is formatted in Java. If anyone could offer any assistance (examples, sample code, good
reference URL's) it would be greatly appreciated.
Thanks,
Graham P. Bartholomae
I have been trying to code a Java servlet to access
3270 transactions via the MQSeries CICS/ESA Bridge.
However,according to the provided documentation this entails
three parts to the message: MQMD (message descriptor), MQCIH
(CICS bridge header), and BRMQ vectors (contain the required data
to run the application). The MQMD is provided as a Java class, however,
I have not found any documentation as to how the MQCIH or BRMQ is formatted in Java. If anyone could offer any assistance (examples, sample code, good
reference URL's) it would be greatly appreciated.
Thanks,
Graham P. Bartholomae