Author |
Message |
Topic: Does Ansible support to install and create MQ objects |
Raman Kathpalia
Replies: 2 Views: 10186
|
Forum: General Discussion Posted: Thu Dec 14, 2017 12:25 pm Subject: Does Ansible support to install and create MQ objects |
Installation via ansible - Yes, it's possible.
There are no [url=http://docs.ansible.com/ansible/latest/modules_by_category.html]Ansible modules specific to IBM MQ just like they are for Rabbitmq ... |
Topic: How to drop connections to a queue |
Raman Kathpalia
Replies: 10 Views: 9740
|
Forum: General IBM MQ Support Posted: Mon Oct 19, 2015 6:21 am Subject: Re: How to drop connections to a queue |
Hello All,
I am a complete newbie to MQ and had a question regarding clearing messages of a queue.
I have noticed that the clear qlocal command will clear all the messages of a queue if there a ... |
Topic: dis qmstatus cmd |
Raman Kathpalia
Replies: 4 Views: 5273
|
Forum: General IBM MQ Support Posted: Tue Oct 06, 2015 9:02 am Subject: Re: dis qmstatus cmd |
How to use the " dis qmstatus cmd" tomove the mq transaction log
If you must have linear logs, then try supportpacs -
ms62 or MS0L or just google "MQ Linear log cleanup" |
Topic: Backup qmgr for DR using Linear Logging |
Raman Kathpalia
Replies: 6 Views: 5655
|
Forum: General IBM MQ Support Posted: Thu Aug 20, 2015 3:29 pm Subject: Backup qmgr for DR using Linear Logging |
UPDATE:
After applying the MQ FP 8003 where this APAR IT07517 is fixed, I no longer have this problem.
Thanks Jeff, Vitor and Andy for your valuable time.
Cheers! |
Topic: Backup qmgr for DR using Linear Logging |
Raman Kathpalia
Replies: 6 Views: 5655
|
Forum: General IBM MQ Support Posted: Thu Aug 20, 2015 10:16 am Subject: Backup qmgr for DR using Linear Logging |
This looks like a potential match for APAR IT07517.
Ahh...Bulls eye.
Thanks Andy. |
Topic: Backup qmgr for DR using Linear Logging |
Raman Kathpalia
Replies: 6 Views: 5655
|
Forum: General IBM MQ Support Posted: Thu Aug 20, 2015 10:12 am Subject: Backup qmgr for DR using Linear Logging |
In general you have to stop a queue manager to get a valid backup of it's data, regardless of what logging method you are using.
I would have agreed had I not come across this document : https://ww ... |
Topic: Backup qmgr for DR using Linear Logging |
Raman Kathpalia
Replies: 6 Views: 5655
|
Forum: General IBM MQ Support Posted: Thu Aug 20, 2015 8:11 am Subject: Backup qmgr for DR using Linear Logging |
My Lab env:
Two CentOS 6.6 VMs(cloned but having separate IP and can ping each other) running on common VMWare hypervisor with x86_64 arch
MQ version is same, MQ v8002 (trial) as well as everyth ... |
Topic: WMB Toolkit 8.0.0.5 Linux x64 error opening flow editor |
Raman Kathpalia
Replies: 4 Views: 3652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 19, 2015 6:48 am Subject: WMB Toolkit 8.0.0.5 Linux x64 error opening flow editor |
Did it ever work for you? If so what was OS level and FP level?
Go back to that kernel level.
1. boot into centos at earlier kernel, (the option is given to you at the time of reboot)
Few ... |
Topic: Controlling Message Flow in MQ Cluster |
Raman Kathpalia
Replies: 6 Views: 7931
|
Forum: Clustering Posted: Wed Mar 25, 2015 10:52 am Subject: Controlling Message Flow in MQ Cluster |
vsathyan,
If you're on MQ7 or above, you can use pub sub to achieve this.
Since all 6 qmgrs are in 1 cluster, CLUS
On QM1
define topic cluster say TC1
Point AQ to TC1
On PM1
defin ... |