Author |
Message |
Topic: How to get all the jobs which have a specified MQ queue open |
tatmon
Replies: 2 Views: 2374
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 31, 2004 1:26 am Subject: How to get all the jobs which have a specified MQ queue open |
I tried to use the PCF package with the
commande CMQCFC.MQCMD_INQUIRE_Q_STATUS but i don't know how to get the jobs informations...
 |
Topic: How to get all the jobs which have a specified MQ queue open |
tatmon
Replies: 2 Views: 2374
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 26, 2004 6:24 am Subject: How to get all the jobs which have a specified MQ queue open |
Hi, I would like to know the jobNumber/userName/jobName information
of all the jobs which have a specified MQ queue open (As we can get with
WRKMQMQSTS)...is there a way to get that info through Jav ... |
Topic: Delete a damaged queue |
tatmon
Replies: 4 Views: 4184
|
Forum: General Discussion Posted: Wed Nov 26, 2003 1:11 am Subject: Delete a damaged queue |
I've found what to do:
I use the command RCRMQMOBJ to recreate the queue and it works fine.
NB: I've also tried to delete the directory which contains the queue definition in the IFS but it does ... |
Topic: Delete a damaged queue |
tatmon
Replies: 4 Views: 4184
|
Forum: General Discussion Posted: Tue Nov 25, 2003 2:11 am Subject: Delete a damaged queue |
Hello everyone,
I use MQSerie 5.3 on iSeries and when i run wrkmqmq I got this message:
WebSphere MQ object PAM.TESTPERF_RT.INITIATION.ODS.QUEUE is damaged
My question is: how can I delete th ... |
Topic: MQSeries generates queues like AMQ.3E473C26000060D2 |
tatmon
Replies: 2 Views: 4587
|
Forum: General IBM MQ Support Posted: Tue Feb 11, 2003 12:53 am Subject: MQSeries generates queues like AMQ.3E473C26000060D2 |
Hi everyone.
Any body knows why MQSeries creates these kind of queues ?
AMQ.3E473C26000060D2
I've found a lot (20 queues), all are empty.
Can I remove them ?
What causes the creation of t ... |
Topic: Get Q names using PCFAgent |
tatmon
Replies: 2 Views: 2393
|
Forum: IBM MQ API Support Posted: Mon Oct 14, 2002 1:02 am Subject: Get Q names using PCFAgent |
The command server was corrupted when I restart the Q manager.
I had to restart the command server manually.
STRMQMCSVR |
Topic: Get Q names using PCFAgent |
tatmon
Replies: 2 Views: 2393
|
Forum: IBM MQ API Support Posted: Thu Oct 10, 2002 1:09 am Subject: Get Q names using PCFAgent |
Good morning everyone,
I use PCFAgent to get Q names from a Q manager. All works fine, but sometime, or when we restart the Q manager, I get reason code 2033 (no more msg available).
Does anyone ... |
Topic: List of queues |
tatmon
Replies: 7 Views: 4651
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 29, 2002 1:16 am Subject: List of queues |
How do we get a list of queues in Java program ? |