|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: List two specific queues from a qmanager. |
kusanagi
Replies: 13 Views: 8651
|
Forum: IBM MQ API Support Posted: Fri Nov 04, 2005 8:53 am Subject: List two specific queues from a qmanager. |
yes, i think in that, but i prefer a fast code, obtain only the requested queues. |
Topic: List two specific queues from a qmanager. |
kusanagi
Replies: 13 Views: 8651
|
Forum: IBM MQ API Support Posted: Fri Nov 04, 2005 8:34 am Subject: List two specific queues from a qmanager. |
Well, you could try:
mqAddString QueueBag, MQCA_Q_NAME, MQBL_NULL_TERMINATED, "QUEUE*", CompCode, reason
Tell us what your are trying to do, perhaps there are other solutions.
Ok, ... |
Topic: List two specific queues from a qmanager. |
kusanagi
Replies: 13 Views: 8651
|
Forum: IBM MQ API Support Posted: Fri Nov 04, 2005 8:18 am Subject: List two specific queues from a qmanager. |
My list of queues is very big.
do them seperately maybe too expensive. |
Topic: List two specific queues from a qmanager. |
kusanagi
Replies: 13 Views: 8651
|
Forum: IBM MQ API Support Posted: Fri Nov 04, 2005 7:52 am Subject: List two specific queues from a qmanager. |
I try to list 2 specific queues from a qmanager, but i receive a RC = 2305, can someone help me?. (queue exist in qmanager)
I use this:
mqCreateBag MQCBO_ADMIN_BAG, QueueBag, CompCode, reason
... |
|
|
|