Author |
Message |
Topic: Using MQIA to view channels |
EOTIII
Replies: 2 Views: 4175
|
Forum: IBM MQ API Support Posted: Tue May 14, 2002 7:00 am Subject: Using MQIA to view channels |
Has any one used MQIA to view channel name,type,status etc? Looking for code examples.  |
Topic: How do you get names of objects with VB? |
EOTIII
Replies: 7 Views: 5722
|
Forum: IBM MQ API Support Posted: Fri May 10, 2002 11:52 am Subject: How do you get names of objects with VB? |
I got the queue info working just fine now. I am trying to display channel info (type,status etc.) using MQIA. I can't find any code examples. Does anyone have any? I'm using VB but C examples will h ... |
Topic: How do you get names of objects with VB? |
EOTIII
Replies: 7 Views: 5722
|
Forum: IBM MQ API Support Posted: Fri May 10, 2002 4:21 am Subject: How do you get names of objects with VB? |
Thanks,
My email is etalmage@hotmail.com |
Topic: How do you get names of objects with VB? |
EOTIII
Replies: 7 Views: 5722
|
Forum: IBM MQ API Support Posted: Thu May 09, 2002 8:54 am Subject: How do you get names of objects with VB? |
I am using the MQAI with VB. it works fine except for the following function:
mqInquireString qAttrsBag, MQCA_Q_NAME, 0, MQ_Q_NAME_LENGTH, qName, qNameLength, Null Here , CompCode, Reason
I got ... |
Topic: How do you get names of objects with VB? |
EOTIII
Replies: 7 Views: 5722
|
Forum: IBM MQ API Support Posted: Tue May 07, 2002 11:32 am Subject: How do you get names of objects with VB? |
I am using VB 6 and MQAX200. I want to get all the names of the queues on the particular queue manager that I am connected. I am writing a tool to monitor queue depths trigger depths etc and I do not ... |
Topic: MQ Tuning v. 5.2.1 on 2000 |
EOTIII
Replies: 2 Views: 2729
|
Forum: General IBM MQ Support Posted: Mon Apr 29, 2002 11:44 am Subject: MQ Tuning v. 5.2.1 on 2000 |
We are experiencing performance when our load increases. Out replyToQueue depth increases and out response time decreases. We are able to reproduce the problem with using test clients. We increased th ... |
Topic: Triggering- can't trigger same program twice |
EOTIII
Replies: 7 Views: 5395
|
Forum: General IBM MQ Support Posted: Mon Mar 04, 2002 10:11 am Subject: Triggering- can't trigger same program twice |
Thanks for the help. I used "START ProgramName /B" and it worked the way I needed. I will be using this technique to write a triggered program (By Depth) to start another exe if it can not e ... |
Topic: Triggering- can't trigger same program twice |
EOTIII
Replies: 7 Views: 5395
|
Forum: General IBM MQ Support Posted: Fri Mar 01, 2002 1:11 pm Subject: Triggering- can't trigger same program twice |
I am using MQ 5.2.1 on W2K. I have written a very simple program to log to the event log. I set the trigger queue to "Every". As I put messages, the program is triggered. But only one instan ... |