Questions tagged [ibm-mq]
19 questions
0
votes
2 answers
Error AMQ4036 when trying to add a QueueManager to a Cluster in IBM MQ?
I am trying to setup a MQ Cluster that has the following config
There are 3 host machines, ubuntuvm-1, ubuntuvm-2 and ubuntuvm-3
ubuntuvm-1 has one Full repository queue manager and one partial repository queue manager. QM_FR1, QM_PR1
ubuntuvm-2 is…

A j
- 101
- 1
- 2
0
votes
0 answers
Created Startup Script but i'm not authorized to perform the requested operation
Startup Script
#!/bin/bash
#Short-Description: IBM ACE Control
#Description: IBM-ACE
start() {
echo "Startovanje Queue Manager"
/opt/mqm/bin/strmqm QMPROD1
#/opt/mqm/bin/strmqm %I
echo "Startovan Queue Manager" >> /root/pom.txt
…

Boro
- 31
- 5
0
votes
0 answers
Migration from WAS to Tomcat 9
Currently we are in process of migrating from WAS to Tomcat 9, but stuck with MQ issue. We are trying to connect to MQ through client mode.
But somehow connection are not going through to MQ. In tomcat/libs, we have below files of MQ client…

user17745726
- 1
- 1
0
votes
0 answers
How to feed IBM MQ logs into Splunk?
Our Java-program talks to IBM MQ using IBM-provided com.ibm.mq.allclient JAR. As documented by IBM, log-messages generated from within the JAR are written out into mqjms.log in the current directory.
The above link explains, how the location --…

Mikhail T.
- 2,338
- 1
- 24
- 55