Author |
Message |
Topic: JMS MQ to CICS Bridge |
blakev
Replies: 10 Views: 11663
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 03, 2003 5:19 am Subject: JMS MQ to CICS Bridge |
My problem is solved...
Setting the CONVERT=No on the Sender Channel did the trick.
Thanks to anyone who replied to my various issues.
Cheers,
Vinny |
Topic: JMS MQ to CICS Bridge |
blakev
Replies: 10 Views: 11663
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 02, 2003 5:59 am Subject: JMS MQ to CICS Bridge |
Ok, things have moved on a bit.
I'm using a BytesMessage to send the MQMessage.
The messagw is going to a CICS Bridge via a Queue Manager on an NT machine.
The message has a CIH Header included ... |
Topic: JMS MQ to CICS Bridge |
blakev
Replies: 10 Views: 11663
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 26, 2003 6:32 am Subject: JMS MQ to CICS Bridge |
Ok, the Bridge program is now taking the message off the Queue... great!
Now, the program is failing because there is no CIH Header.
I've written code to build up the CIH Header, but I'm getting ... |
Topic: JMS MQ to CICS Bridge |
blakev
Replies: 10 Views: 11663
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 26, 2003 1:59 am Subject: JMS MQ to CICS Bridge |
Hiya there,
Thanks for that.
1) Sending a "Text" message.
2) Set the JMSCorrelationID to "AMQ!NEW_SESSION_CORRELID"
3) Have TARGCLIENT parameter on Administered Q Object set to "MQ", so no R ... |
Topic: JMS MQ to CICS Bridge |
blakev
Replies: 10 Views: 11663
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2003 8:48 am Subject: JMS MQ to CICS Bridge |
Hiya,
Thanks for that.
I'd already found these examples... they were helpful, but not quite what I'm looking for...
Vinny |
Topic: JMS MQ to CICS Bridge |
blakev
Replies: 10 Views: 11663
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2003 3:09 am Subject: JMS MQ to CICS Bridge |
Hi,
I want to send an MQ message, using JMS to a CICS BRidge on an OS/390 Mainframe.
I have the MQ Client and Java classes installed on my machine. HAve MQ Server installed on a Windows NT machine ... |