Visit SDSUSA site please  

Go Back   mvsHelp Boards > Archives (Read only) > CICS (prior 6/1/03)
User Name
Password
-->
FAQ Search Manuals Calendar New Posts Search Today's PostsMark Forums Read

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-15-2003, 04:01 AM
giora giora is offline
Member
 
Join Date: Jul 2001
Posts: 5
Post

I would like to configure MQ with cics application in a way that the MQseries will be connected to one cics and will trigger my application in another cics using MRO.

Any one can suggest how to configure this connection?
  #2  
Old 05-20-2003, 01:33 PM
Mike Chantrey Mike Chantrey is offline
Senior Member
 
Join Date: Jan 2000
Location: UK
Posts: 1,364
Post

I can't see that you need anything other than a remote TRANSACTION definition in your MQ region pointing to the application transaction in the other region (assuming the regions already have a MRO connection between them - if not you need a CONNECTION and SESSION definition for this).

Look at the CICS resource defn guide if you need info on these definitions.
__________________
Mike
  #3  
Old 05-30-2003, 12:33 PM
CBL Hacker CBL Hacker is offline
Member
 
Join Date: May 2003
Location: AZ
Posts: 13
Post

You have to have your AOR regions connected to an MQSereis Queue Manager. Remember the CICS region connects to a queue manager and not applications (CICS transactions). This means that if you have your transactions routed to a CICS region that is not connected to the queue manager that owns this queue (if a shared queue is used, then any queue manager that has access to it), your application would try to do a MQOPEN and it would fail because your CICS region is not set up to connect to a queue manager.

If you set up your CICS regions (TOR and AORs) to all connect to the same queue manager, then when you allow your CICS transaction to be routed to one of these other CICS regions connected to the same queue manager, the transactions would be successful.

Although, if you allow your CICS transactions to route across an LPAR and your other CICS regions on this other LPAR connect to a different queue manager (with non shared queues), the queue that the application will try to open will no be able to read from the queue on the other queue manager.

Hope this helps.
__________________
Thanks,<br />Jeff H
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 06:14 PM.


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.