|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
One way Communication CICS |
« View previous topic :: View next topic » |
Author |
Message
|
sandiksk |
Posted: Tue Feb 10, 2009 7:27 am Post subject: One way Communication CICS |
|
|
Centurion
Joined: 08 Jun 2005 Posts: 133
|
Hi Guys,
I m not that familiar with mq on the mainframe and CICS. So have a simple question, We have a requirement where messages need to be sent one way. CICS -- > MQ(z\os V6) --> MQ (AIX)
Someone told me that everything on the mainframe is of UOW, that is MQ needs a reply back, So my question is can messages be sent one way without any reply back to the CICS or z\os MQ. I am pretty sure you should be able to send it one way if the CICS is written not to wait for Reply. Is that a right assumption?.
Thanks in advance for your suggestion. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 10, 2009 7:43 am Post subject: Re: One way Communication CICS |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sandiksk wrote: |
Someone told me that everything on the mainframe is of UOW, that is MQ needs a reply back, |
Rubbish - you are confusing 2 concepts here. The UOW has nothing to do with request/reply, just if the message can be rolled back before it's sent. If you look up syncpointing in the documentation you'll find a better description than I can manage here. But there's no reason why you can't put a datagram in a UOW just like a request. There are a number of good reasons why you'd want to do just that.
What the "someone" was probably getting at is that unlike a distributed platform, a z/OS queue manager defaults to putting messages under syncpoint. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Feb 10, 2009 8:49 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Yes, a CICS application can MQOPEN a queue and MQPUT messages on it.
If the CICS app doesn't need a reply from whatever app is MQGETting the message, then there's no need for the request-reply model. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|