Author |
Message |
Topic: DLQ at source qmgr |
MQMB&WAS
Replies: 9 Views: 16996
|
Forum: General Discussion Posted: Tue Aug 31, 2021 7:01 pm Subject: DLQ at source qmgr |
Thanks Morag and bruce. |
Topic: DLQ at source qmgr |
MQMB&WAS
Replies: 9 Views: 16996
|
Forum: General Discussion Posted: Mon Aug 30, 2021 5:03 pm Subject: DLQ at source qmgr |
If the Sender channel specifies CONVERT(YES) and the message data cannot be converted, the message will be moved to the DLQ on the Sender side.
Thanks Bruce. Is this the only scenario? |
Topic: DLQ at source qmgr |
MQMB&WAS
Replies: 9 Views: 16996
|
Forum: General Discussion Posted: Mon Aug 30, 2021 7:01 am Subject: DLQ at source qmgr |
When MQ internals put a message in the DLQ, a dead letter header is also put to the DLQ. Examine the DLH (dead letter header) in the dead letter queue to identify the ReasonCode.
I don't have a m ... |
Topic: DLQ at source qmgr |
MQMB&WAS
Replies: 9 Views: 16996
|
Forum: General Discussion Posted: Mon Aug 30, 2021 1:32 am Subject: DLQ at source qmgr |
Hello experts,
I have APP1 putting messages to QMGR1 and the messages are supposed to go to QMGR2 for APP2 to consume. Both the qmgrs have DLQ defined.
In what scenarios can the messages put by ... |
Topic: Can MQ add XML format to messages? |
MQMB&WAS
Replies: 7 Views: 8608
|
Forum: General Discussion Posted: Thu Jul 15, 2021 11:40 pm Subject: Can MQ add XML format to messages? |
Have a look at the message content you are complaining about. Are the first three characters RFH?
Cheers,
Morag
Yes, the message has "RFH" at the beginning.
What can the sending app ... |
Topic: Can MQ add XML format to messages? |
MQMB&WAS
Replies: 7 Views: 8608
|
Forum: General Discussion Posted: Thu Jul 15, 2021 11:32 pm Subject: Can MQ add XML format to messages? |
However, what might be happening, and this is just a guess (!!!) is that the putting app is a JMS app and some properties are being pre-pended to the message that the receiving application doesn't k ... |
Topic: Can MQ add XML format to messages? |
MQMB&WAS
Replies: 7 Views: 8608
|
Forum: General Discussion Posted: Thu Jul 15, 2021 8:09 pm Subject: Can MQ add XML format to messages? |
Putting app is sending a fixed length foramtted message, but the receiver app is getting the message in xml format with increase in size.
Is MQ doing this ? or the receiving app is doing something? ... |
Topic: Can MQ change message format? |
MQMB&WAS
Replies: 14 Views: 15372
|
Forum: General Discussion Posted: Tue Sep 22, 2020 5:10 pm Subject: Can MQ change message format? |
Thank you Morag and Bruce2359 |
Topic: Can MQ change message format? |
MQMB&WAS
Replies: 14 Views: 15372
|
Forum: General Discussion Posted: Mon Sep 21, 2020 6:39 pm Subject: Can MQ change message format? |
Where do I need to set the PROPCTL(NONE) to strip off the mqrfh header in the below flow?
QM1
QREMOTE1
XMITQ1
QM2
QALIAS1
QLOCAL1
Is it enough if I set PROPCTL(NONE) on just the QALIAS1 ... |
Topic: Configuring workload balancing from outside a cluster |
MQMB&WAS
Replies: 11 Views: 17361
|
Forum: Clustering Posted: Mon Aug 17, 2020 4:12 pm Subject: Configuring workload balancing from outside a cluster |
Thank you all for your time.
So with this setup, if all the qmgrs involved are on linear logging, and If I want trace a message, on what qmgr are the messages logged? only at the destination qmgr ... |
Topic: Configuring workload balancing from outside a cluster |
MQMB&WAS
Replies: 11 Views: 17361
|
Forum: Clustering Posted: Sun Aug 16, 2020 10:38 pm Subject: Configuring workload balancing from outside a cluster |
I'm sorry, there was a typo in my question. I meant to say
"without the qmgr alias def on QM1 and with qremote def "DEFINE QREMOTE(Q2) RNAME(Q2) RQMNAME(QM1) XMITQ(QM1)" on QM3, why d ... |
Topic: Configuring workload balancing from outside a cluster |
MQMB&WAS
Replies: 11 Views: 17361
|
Forum: Clustering Posted: Sun Aug 16, 2020 5:26 pm Subject: Configuring workload balancing from outside a cluster |
I'm sorry, there was a typo in my question. I meant to say
"without the qmgr alias def on QM1 and with qremote def "DEFINE QREMOTE(Q2) RNAME(Q2) RQMNAME(QM1) XMITQ(QM1)" on QM3, why d ... |
Topic: Configuring workload balancing from outside a cluster |
MQMB&WAS
Replies: 11 Views: 17361
|
Forum: Clustering Posted: Thu Aug 13, 2020 5:21 pm Subject: Configuring workload balancing from outside a cluster |
I think there's a 'typo' in that diagram, and for the life of me why couldn't they have QM1 as the external-to-the-cluster-queue-manager, QM2 as the gateway, and QM3 and QM4 as the cluster-queue hosts ... |
Topic: Configuring workload balancing from outside a cluster |
MQMB&WAS
Replies: 11 Views: 17361
|
Forum: Clustering Posted: Thu Aug 13, 2020 10:54 am Subject: Configuring workload balancing from outside a cluster |
Hello experts,
I'm trying to understand the usage of qmgr alias definition in the below example from IBM docs.
https://www.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.con.doc/q0176 ... |
Topic: cert details of a partner |
MQMB&WAS
Replies: 9 Views: 13450
|
Forum: IBM MQ Security Posted: Thu Aug 13, 2020 10:49 am Subject: cert details of a partner |
Hello Morag,
The issue has was with our partner qmgr. Their certs expired and they had to renew.
My questions: When the partner renews their personal certs, don't we have to add their new root ... |