Author |
Message |
Topic: Read MQ logs |
sunnybab
Replies: 12 Views: 15200
|
Forum: General IBM MQ Support Posted: Wed Apr 16, 2008 8:42 am Subject: Read MQ logs |
Another need to log in the Active logs was to see the exact message sent to the queue, Instead of trying to read or dump from the queue.
As per my understanding once the message is put on the que ... |
Topic: Read MQ logs |
sunnybab
Replies: 12 Views: 15200
|
Forum: General IBM MQ Support Posted: Mon Apr 14, 2008 9:43 pm Subject: Read MQ logs |
Can someone tell me how to read the /var/mqm/log/<qmgr>/active/*LOG Logs ( S0000000.LOG ) They are data files. I want to see the messages in those files.
Thanks
Sunny |
Topic: Multiple MQ Clients connectivty issue to single Queue Mgr |
sunnybab
Replies: 9 Views: 10037
|
Forum: IBM MQ Java / JMS Posted: Tue May 23, 2006 8:18 pm Subject: Multiple MQ Clients connectivty issue to single Queue Mgr |
Hi all,
I have MQ 6.0 and WAS 5.1 setup .. There are two Solaris App Servers ( app1 and app2 ) running WAS 5.1 and MQ 6.0 Client.
and third Solaris system ( MQ1) running MQ 6.0 Server with Queue ... |
Topic: Workload Balancing in MQ 6.0 |
sunnybab
Replies: 8 Views: 9523
|
Forum: Clustering Posted: Sun Feb 05, 2006 10:26 pm Subject: Workload Balancing in MQ 6.0 |
Have you defined the clusterqueues with the CLWL.... to ANY or QMGR?
Make sure as well that you open the queue with bind on open.
Enjoy
CLWLUSEQ is set to QMGR , I even tried ANY , DEFBIND ... |
Topic: Workload Balancing in MQ 6.0 |
sunnybab
Replies: 8 Views: 9523
|
Forum: Clustering Posted: Sun Feb 05, 2006 8:02 pm Subject: Workload Balancing in MQ 6.0 |
Have you defined the clusterqueues with the CLWL.... to ANY or QMGR?
Make sure as well that you open the queue with bind on open.
Enjoy
CLWLUSEQ is set to QMGR , I even tried ANY , DEFBIND ... |
Topic: Workload Balancing in MQ 6.0 |
sunnybab
Replies: 8 Views: 9523
|
Forum: Clustering Posted: Sun Feb 05, 2006 4:35 pm Subject: Workload Balancing in MQ 6.0 |
Hi all,
I have Question on Work load Balancing Alogorithms and sequence'ng on WebSphere MQ V6.0.
I am running WebSphere MQ V6.0 on two Solaris Servers ( server1 and server2) - MQ CLuster both ha ... |
Topic: MQ Cluster Arch question |
sunnybab
Replies: 5 Views: 4801
|
Forum: Clustering Posted: Fri Jan 20, 2006 4:17 pm Subject: MQ Cluster Arch question |
Thanks Guys .. IT's Working  |
Topic: Can file systems be shared in MQ Clustering |
sunnybab
Replies: 10 Views: 9483
|
Forum: Clustering Posted: Fri Jan 20, 2006 4:12 pm Subject: Can file systems be shared in MQ Clustering |
You can have NFS File System from contact admin Storage mounted on both systems simutaneously. |
Topic: MQ Cluster Arch question |
sunnybab
Replies: 5 Views: 4801
|
Forum: Clustering Posted: Fri Jan 20, 2006 11:29 am Subject: MQ Cluster Arch question |
I am wondering can QM3 reside on server1 or server2 instead of server3.
Yes you can
Is there anything different I have to do if its on the same machine. I m just creating new QM qm3 on server1 , ... |
Topic: MQ Client Communication to MQ Cluster Setup |
sunnybab
Replies: 13 Views: 12904
|
Forum: Clustering Posted: Fri Jan 20, 2006 11:14 am Subject: MQ Client Communication to MQ Cluster Setup |
Thanks much PeterPotkay and wschutz. It works now , I had wrong Cluster sender defination .. |
Topic: MQ Cluster Arch question |
sunnybab
Replies: 5 Views: 4801
|
Forum: Clustering Posted: Fri Jan 20, 2006 11:13 am Subject: MQ Cluster Arch question |
Folks,
I have 2 systems , Server 1 , Server 2
server1 hosts QM1 and local Cluster Queue CLQ1
server2 hosts QM2 and local Cluster Queue CLQ1
From server3 having QM3 part of same cluster as Q ... |
Topic: MQ Client Communication to MQ Cluster Setup |
sunnybab
Replies: 13 Views: 12904
|
Forum: Clustering Posted: Tue Jan 17, 2006 3:46 pm Subject: MQ Client Communication to MQ Cluster Setup |
Is there a way 4th Machine having just the MQ CLient can put the Messages durectly to QM1 and QM2 CLuster in round robin ?
I can put the messages to CLuster Queue currently but only one at time, ... |
Topic: MQ Client Communication to MQ Cluster Setup |
sunnybab
Replies: 13 Views: 12904
|
Forum: Clustering Posted: Sat Jan 14, 2006 8:17 pm Subject: MQ Client Communication to MQ Cluster Setup |
Is there a way 4th Machine having just the MQ CLient can put the Messages durectly to QM1 and QM2 CLuster in round robin ?
I can put the messages to CLuster Queue currently but only one at time, ... |
Topic: MQ Client Communication to MQ Cluster Setup |
sunnybab
Replies: 13 Views: 12904
|
Forum: Clustering Posted: Sat Jan 14, 2006 7:22 pm Subject: MQ Client Communication to MQ Cluster Setup |
I m using 5.3 .. I can look in to upgrading to 6 if that will solve this problem  |
Topic: MQ Client Communication to MQ Cluster Setup |
sunnybab
Replies: 13 Views: 12904
|
Forum: Clustering Posted: Sat Jan 14, 2006 3:59 pm Subject: MQ Client Communication to MQ Cluster Setup |
okay , so it works with SYSTEM.DEF.SVRCONN channel name
export MQSERVER=SYSTEM.DEF.SVRCONN/TCP/<hostname>
$ amqsputc CLQ_Name Qmgr_Name
Now the problem is I am able to put the mess ... |