Author |
Message
|
kali2012 |
Posted: Thu Apr 05, 2012 12:18 pm Post subject: MQCMD_INQUIRE_SUBSCRIPTION |
|
|
Newbie
Joined: 21 Mar 2012 Posts: 8
|
I'm trying to get Subscription infromation like destination and the destination QMgr using PCF. I'm using .Net . I'm not bale to inquire using following command
pcfmreq = new PCFMessage(CMQCFC.MQCMD_INQUIRE_SUBSCRIPTION);
I'm getting an error 'cannot resolve symbol'. If anybody tried this using .net Please share.
I'm able to Inquire Queues, channels ..
Thanks |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Apr 05, 2012 12:35 pm Post subject: Re: MQCMD_INQUIRE_SUBSCRIPTION |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
kali2012 wrote: |
I'm getting an error 'cannot resolve symbol'. |
Was there a ReasonCode? Did you google it? _________________ 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 |
|
 |
mqjeff |
Posted: Thu Apr 05, 2012 12:45 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The .NET version of the PCF classes does not support all PCF commands.
Open a PMR, confirm that the PCF classes don't support INQUIRE SUBSCRIPTION. Get them to accept a defect and open an APAR. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Apr 05, 2012 8:18 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
This being said, have you thought about a workaround using J# to call out to java? Or just doing it in plain java?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
kali2012 |
Posted: Fri Apr 06, 2012 9:43 am Post subject: |
|
|
Newbie
Joined: 21 Mar 2012 Posts: 8
|
Thank you All. I did found later about the bug. I will consider options provided in this discussion. |
|
Back to top |
|
 |
mqtablet |
Posted: Wed Apr 25, 2012 2:09 pm Post subject: |
|
|
Acolyte
Joined: 09 Jun 2009 Posts: 71
|
Kali,
Have a look at this link
I struggled hard to do it in C#.net and finally moved to java as PCFs in java are documented and supported by IBM.
Have fun. |
|
Back to top |
|
 |
|