Author |
Message |
Topic: Java utility |
adivyayadav
Replies: 6 Views: 4669
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 23, 2011 9:11 am Subject: Java utility |
Even I am having trouble locating the command to find the list of queues under a Q manager. |
Topic: Java utility |
adivyayadav
Replies: 6 Views: 4669
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 23, 2011 8:52 am Subject: Java utility |
I want to develop a utility in java. It takes some arguments like Q manager name,Ip address and port of QM.
And it searches for all the local queues under that Queue manager which are not empty and ... |
Topic: Password Change Config Manager has stopped working |
adivyayadav
Replies: 10 Views: 7933
|
Forum: General Discussion Posted: Wed Nov 23, 2011 4:11 am Subject: Password Change Config Manager has stopped working |
Vitor,Sorry and thanks
But can you help me in this a little further .
how to add the user into mqm , mqbrkrs and db2admns group |
Topic: Password Change Config Manager has stopped working |
adivyayadav
Replies: 10 Views: 7933
|
Forum: General Discussion Posted: Thu Nov 17, 2011 6:40 am Subject: Password Change Config Manager has stopped working |
Thanks amit for the suggestion. Can you explain how to add the user into mqm , mqbrkrs and db2admns group. |
Topic: Password Change Config Manager has stopped working |
adivyayadav
Replies: 10 Views: 7933
|
Forum: General Discussion Posted: Tue Nov 08, 2011 6:28 am Subject: Password Change Config Manager has stopped working |
My local id and password needs to be changed every 45 days.. |
Topic: Password Change Config Manager has stopped working |
adivyayadav
Replies: 10 Views: 7933
|
Forum: General Discussion Posted: Tue Nov 08, 2011 5:35 am Subject: Password Change Config Manager has stopped working |
I cant untill my organisation does not..  |
Topic: Password Change Config Manager has stopped working |
adivyayadav
Replies: 10 Views: 7933
|
Forum: General Discussion Posted: Tue Nov 08, 2011 3:32 am Subject: Password Change Config Manager has stopped working |
Hi All,
I have installed websphere MQ and MBv6.0. I am using db2 as the broker database. I am using the local system user id and password for broker data base.
Unfortunately, I need to change my ne ... |
Topic: Clearing a particular Queue |
adivyayadav
Replies: 5 Views: 4859
|
Forum: IBM MQ Java / JMS Posted: Mon May 16, 2011 4:10 am Subject: Clearing a particular Queue |
I am writing a program to read all the messages from a given Queue.
==============================================
public static void clearQueue(String queueName) throws Exception {
try {
MQ ... |
Topic: java program to clear all queues under a given q mgr |
adivyayadav
Replies: 4 Views: 4406
|
Forum: General Discussion Posted: Thu Mar 10, 2011 3:07 am Subject: java program to clear all queues under a given q mgr |
Alrite,
But I am looking a way to list all the queue under a Qmgr. and I am not able to find any .I am looking for exact function?? |
Topic: java program to clear all queues under a given q mgr |
adivyayadav
Replies: 4 Views: 4406
|
Forum: General Discussion Posted: Wed Mar 09, 2011 2:51 am Subject: java program to clear all queues under a given q mgr |
Hi Guys,
I am trying to make a java program that runs to clear all the queues, which have a message under a given Q mgr.
Can anybody tell is there a way to determine the list of queue which have atl ... |