Author |
Message
|
danhoffman |
Posted: Thu Nov 03, 2005 10:15 am Post subject: PCF and C++? |
|
|
Apprentice
Joined: 03 Nov 2005 Posts: 25
|
Hi,
I'm using the C++ classes like ImqQueueManager, ImqQueue, etc. Is there any way to do pcf commands (ie give me the list of local queues, etc.) using these classes?
The only samples I see for C++ are using things like MQHCONN, etc.
Thanks. |
|
Back to top |
|
 |
JT |
Posted: Thu Nov 03, 2005 10:36 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
|
Back to top |
|
 |
danhoffman |
Posted: Thu Nov 03, 2005 10:38 am Post subject: |
|
|
Apprentice
Joined: 03 Nov 2005 Posts: 25
|
That's exactly what I DON'T want - I want it to use the classes ImqQueueManager and not the MQHCONN objects. |
|
Back to top |
|
 |
JT |
Posted: Thu Nov 03, 2005 10:39 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
The only samples I see for C++ are using things like MQHCONN, etc. |
Sorry, just noticed your comment. |
|
Back to top |
|
 |
danhoffman |
Posted: Thu Nov 03, 2005 10:41 am Post subject: |
|
|
Apprentice
Joined: 03 Nov 2005 Posts: 25
|
No problem. Does this exist or am I wasting my time? I would think if they spent all this time developing those classes (which I think are very helpful), that pcf support would be there... |
|
Back to top |
|
 |
wschutz |
Posted: Thu Nov 03, 2005 10:49 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
There's a COM interface for the MQAI, does that help? _________________ -wayne |
|
Back to top |
|
 |
danhoffman |
Posted: Thu Nov 03, 2005 10:51 am Post subject: |
|
|
Apprentice
Joined: 03 Nov 2005 Posts: 25
|
Don't know. Basically I am using the ImqQueueManager and ImqQueue classes to get messages, put messages, get queue depths, etc. What I would like to do is simply get the list of local queues for use in my programs. I was wondering if the classes I am already using had this ability. It appears that they do not. |
|
Back to top |
|
 |
|