ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Is MQCONN needed for TXSeries ?

Post new topic  Reply to topic
 Is MQCONN needed for TXSeries ? « View previous topic :: View next topic » 
Author Message
KIT_INC
PostPosted: Sat Jun 23, 2012 8:15 pm    Post subject: Is MQCONN needed for TXSeries ? Reply with quote

Knight

Joined: 25 Aug 2006
Posts: 589

I m reading the MQV7 info center. Under TXSeries for Windows and Open Systems , iy says
These programs do not need to do any work to connect to a queue manager because the CICS system itself is connected. Therefore, only one connection at a time is supported. CICS applications must issue an MQCONN call to obtain a connection handle, and an MQDISC call before they exit.

The first part says
These programs do not need to do any work to connect to a queue manager because the CICS system itself is connected. So this is the same as CICS on ZOS, no NQCONN is needed.

Then it says
CICS applications must issue an MQCONN call to obtain a connection handle, and an MQDISC call before they exit. Which I think means MQCONN is needed.

I am very confused.

Can some one help ?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Jun 23, 2012 10:06 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

I would interpret this as:
Even though CICS itself is connected, your CICS program still need to do the MQCONN call to obtain a handle.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
KIT_INC
PostPosted: Sun Jun 24, 2012 2:26 am    Post subject: Reply with quote

Knight

Joined: 25 Aug 2006
Posts: 589

Thanks fjb_saper,
I have one more question. Can CICS transaction in TXSeries issue MQ client calls ? If so then MQCONNX is needed to specify the hostname and IPaddress of the QMGR it wants to connect to. We are thinking of adding TXSeries to our current ZOS CICS/MQ environmrnt. We have to investigate all the differences.
One important topic is we use shared Queues in ZOS which allow all CICS region on different ZOS LPAR to access the same queue. But there is no shared queue in TXSeries (AIX). Being able to issue client call may be a way to allow a CICS region on a server to access message on another server.
Back to top
View user's profile Send private message
KIT_INC
PostPosted: Sun Jun 24, 2012 2:46 am    Post subject: Reply with quote

Knight

Joined: 25 Aug 2006
Posts: 589

We just noticed some IBM DOCs on configuring TXSeries with MQ ET client. So the answer to my question is likely a yes. We are very new to TXSeries. Is CICS program the only program that runs on it ? We need to confirm that the setup in those documents includes the use of MQ client calls inside CICS transactions and not for other applications that runs under TXSeries. What if we are not concern about transaction and just use the standard MQ client instead of MQ ET Client ?
We also hope that some one can share their experience with us on the use of MQ with TXSeries and their comments on if the use of MQ client can help to get around the lack of shared queue feature in this environment.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Jun 24, 2012 4:11 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Yes, mqconn is required by your applications - but ignored in the CICS environment. A cics transaction/application does the connection to the qmgr, and transports all mq calls across this connection to/from the qmgr.

Shared queues are only supported on the z/OS platform WMQ. Other platform qmgrs can't be members of QSGs.
_________________
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.


Last edited by bruce2359 on Sun Jun 24, 2012 4:18 am; edited 1 time in total
Back to top
View user's profile Send private message
Vitor
PostPosted: Sun Jun 24, 2012 4:14 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

fjb_saper wrote:
I would interpret this as:
Even though CICS itself is connected, your CICS program still need to do the MQCONN call to obtain a handle.




Your z/OS CICS application needs a connection handle to operate, in the traditional pattern. That connection handle can only be to the queue manager the CICS region is associated with, analogous to a binding connection on distributed.

I've no experience with TXSeries; someone else will be along in a moment.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Is MQCONN needed for TXSeries ?
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.