Author |
Message |
Topic: RFH2 header cpnversion |
Anuradha Bose
Replies: 1 Views: 1369
|
Forum: IBM MQ API Support Posted: Fri Jan 09, 2004 11:27 am Subject: RFH2 header cpnversion |
When you use MQGMO_CONVERT option on MQGET,
does RFH2 header also get converted? ( I have a user property added to RFH2 header )
The doc. says that MQ built in types are converted, but I am not sur ... |
Topic: To get all the queue under a queue manager |
Anuradha Bose
Replies: 8 Views: 6913
|
Forum: IBM MQ API Support Posted: Fri Jan 09, 2004 8:26 am Subject: To get all the queue under a queue manager |
great!
I can get all queue names under a queue manager.
But I did not find in the doc. soemthing which will give me all queue managers on a particular node? Is there a way other than scanning direc ... |
Topic: The order in whcih exits are called |
Anuradha Bose
Replies: 3 Views: 1683
|
Forum: IBM MQ API Support Posted: Fri Jan 09, 2004 8:01 am Subject: The order in whcih exits are called |
Thanks for the reply
I am planing to change message payload in MQPUT exits. Was wondering if that will mess up other exits running on the system.
Also, on the same lines, I was wondering what ha ... |
Topic: How ro configure channel exits programmaically? |
Anuradha Bose
Replies: 1 Views: 1254
|
Forum: IBM MQ API Support Posted: Thu Jan 08, 2004 10:12 pm Subject: How ro configure channel exits programmaically? |
Hello
Is there a prgramatic way to configure channel exits given a channel name? My requirement wont allow me to define exits thru MQSC or any other manual setting?
thanks
a. bose |
Topic: how to configure channel exits programmatically? |
Anuradha Bose
Replies: 1 Views: 1464
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jan 08, 2004 10:08 pm Subject: how to configure channel exits programmatically? |
The only way I know to define channel exits is thru MQSC when defining a channel. Is there a way thru a code I can configure channel exits given a channel name?
thanks
a.bose |
Topic: The order in whcih exits are called |
Anuradha Bose
Replies: 3 Views: 1683
|
Forum: IBM MQ API Support Posted: Thu Jan 08, 2004 9:36 pm Subject: The order in whcih exits are called |
Hello
If I have security, message & send exits, then
I know they are called in that order. But does anyone know what order API exit (e.g MQPUT exit) will be called in reference to all these ex ... |
Topic: To get all the queue under a queue manager |
Anuradha Bose
Replies: 8 Views: 6913
|
Forum: IBM MQ API Support Posted: Thu Jan 08, 2004 9:08 pm Subject: To get all the queue under a queue manager |
Hi
I have exactky the same problem. How to get all queue names under a queue manager. And also how to get all the queue names on a particular node? Please help. I serched thru all PCF commannd (MQIN ... |