Author |
Message |
Topic: IBM Product Support |
saurabh25281
Replies: 2 Views: 7024
|
Forum: General Discussion Posted: Thu Mar 06, 2025 3:09 am Subject: IBM Product Support |
Hi All,
For the products listed below
IBM DataPower IBM WebSphere MQ IBM AppConnect Enterprise IBM AppConnect Professional
Apart from IBM (OEM) , do we have any other organisations/companies ... |
Topic: RDQM Setup |
saurabh25281
Replies: 3 Views: 11626
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 15, 2020 10:52 am Subject: RDQM Setup |
1. Did you update the rdqm.ini file on all servers? Yes
2. Did you run /opt/mqm/samp/rdqm/firewalld/configure.sh on all servers? Yes
3. As which user did you execute /opt/mqm/bin/rdqmadm -c ?roo ... |
Topic: RDQM Setup |
saurabh25281
Replies: 3 Views: 11626
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 14, 2020 1:20 am Subject: RDQM Setup |
Hi All,
I am trying to setup RDQM on VMs. Below are the details of the systems used.
Used vagrant based rhel8 (3 nodes)
Used Bridged connection for all nodes - promiscuous Mode (allow all)
All ... |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Tue Oct 01, 2019 10:07 am Subject: Unable to run DLQ-Handler as a service |
Mine is definitely SERVER...
DEFINE SERVICE ('DEAD.LETTER.HANDLER') +
DESCR('Dead-letter queue automated message handler') +
STARTCMD('/home/mqm/dlqh.sh') +
STARTARG('DEAD ... |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2019 11:04 am Subject: Unable to run DLQ-Handler as a service |
I don't think you pasted the whole error you received; I just tried it on a test queue manager and got the same failure as you, except for:
syntax error on line 1
...09/30/2019 02:32:13 PM AMQ87 ... |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2019 5:17 am Subject: Unable to run DLQ-Handler as a service |
you did not specify what the access to the rule file was...
-rwxr-xr-x 1 mqm mqm 2290 Sep 29 22:42 mq-dlh.rul |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2019 4:46 am Subject: Unable to run DLQ-Handler as a service |
And I guess you won't have a directory starting with "C:" ...
On Linux you should replace the backslashes ("\") by slashes ("/")
Please check my initial post. All the L ... |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2019 3:59 am Subject: Unable to run DLQ-Handler as a service |
1. I tried creating the MQ service in my Windows machine with startarg and it worked perfectly fine. So I guess it should work Linux too.
SERVICE(S1) CONTROL(M ... |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Sun Sep 29, 2019 3:02 pm Subject: Unable to run DLQ-Handler as a service |
Look hard at the service definition and what you entered on the command line:
'</home/mqm/mq-dlh/mq-dlh.rul' is different to '< /home/mqm/mq-dlh/mq-dlh.rul'
The space after '<' doesn't ma ... |
Topic: Unable to run DLQ-Handler as a service |
saurabh25281
Replies: 36 Views: 30520
|
Forum: General IBM MQ Support Posted: Sun Sep 29, 2019 1:15 pm Subject: Unable to run DLQ-Handler as a service |
Hi All,
We are using MQv9.1 and trying to setup a DLQ handler as a MQ service on RHEL platform.
Below is my service definition
DEFINE SERVICE(DLQH) +
SERVTYPE(SERVER) +
CONTRO ... |
Topic: SSL Encryption & Authentication using SVRCONNs |
saurabh25281
Replies: 10 Views: 16650
|
Forum: IBM MQ Security Posted: Thu Jul 25, 2019 12:22 pm Subject: SSL Encryption & Authentication using SVRCONNs |
Hi All,
I am trying to validate my statements regarding SSL encryption & authentication options that are available on server connection channels.
1. When the SSLCIPH are specified but the SS ... |
Topic: Cluster topics not working with non-mqm user |
saurabh25281
Replies: 6 Views: 18588
|
Forum: Clustering Posted: Fri Jul 19, 2019 1:52 pm Subject: Cluster topics not working with non-mqm user |
I think what the OP is saying is that if he changes the problematic channel user to be an mqm user it all works, meaning that the applications are all good and it is only the channel user that is the ... |
Topic: Cluster topics not working with non-mqm user |
saurabh25281
Replies: 6 Views: 18588
|
Forum: Clustering Posted: Mon Jul 15, 2019 10:43 pm Subject: Cluster topics not working with non-mqm user |
Hi All,
We have a Cluster where the cluster receiver channels use a non-mqm user by way of chlauth rule.
We have defined a cluster topic on QMGR1 and are publishing on QMGR2. The subscriber is ... |
Topic: CipherSpecs not available on MQ for zOS (v8.0) |
saurabh25281
Replies: 2 Views: 16457
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jul 10, 2019 8:42 am Subject: CipherSpecs not available on MQ for zOS (v8.0) |
Hi All,
I am trying to create a SVRCONN channel with SSL CipherSpec as "TLS_RSA_WITH_AES_128_GCM_SHA256" on z/OS platform hosting a v8.0 Queue Manager.
As per the [url=https://www.ibm. ... |
Topic: Performance tuning for Network Latency |
saurabh25281
Replies: 31 Views: 57554
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jul 10, 2019 8:19 am Subject: Performance tuning for Network Latency |
...Have you considered having a 'local' application read off the messages to file, and transfer the file?
Or have a local app that combines all the data into into one MQ message, and the MQ client ap ... |