Author |
Message |
Topic: MQ 9.1 |
paleyplease
Replies: 3 Views: 4576
|
Forum: General IBM MQ Support Posted: Mon Mar 25, 2019 4:34 pm Subject: MQ 9.1 |
Got it, what about 7.1 to 9.0 instead? |
Topic: MQ 9.1 |
paleyplease
Replies: 3 Views: 4576
|
Forum: General IBM MQ Support Posted: Mon Mar 25, 2019 1:23 pm Subject: MQ 9.1 |
I am looking to upgrade to MQ 9.1 on LINUX is it possible to go right from MQ 7.1 straight to 9.1 on Linux without upgrading to say 8.0 or 9.0? |
Topic: Export QMGRs Defs from z/OS to Linux |
paleyplease
Replies: 1 Views: 2628
|
Forum: General IBM MQ Support Posted: Tue May 15, 2018 6:09 am Subject: Export QMGRs Defs from z/OS to Linux |
Is there a simple way to migrate a MQ8 z/OS qmgrs objects(queues, chls, etc.) to a MQ 9 Linux QMGR? |
Topic: getting 2035 error |
paleyplease
Replies: 1 Views: 3339
|
Forum: General IBM MQ Support Posted: Thu Nov 02, 2017 10:53 am Subject: getting 2035 error |
./amqoamd -t q -m <QMGR> -s
MQCONN failed with reason: 2035 (MQRC_NOT_AUTHORIZED)
[mqm@serverbin]$ whoami
mqm
[mqm@serverbin]$ dspmq
QMNAME(QMGR) S ... |
Topic: MSGS in DLQ |
paleyplease
Replies: 16 Views: 15835
|
Forum: General IBM MQ Support Posted: Fri Oct 13, 2017 7:50 am Subject: MSGS in DLQ |
 |
Topic: MSGS in DLQ |
paleyplease
Replies: 16 Views: 15835
|
Forum: General IBM MQ Support Posted: Fri Oct 13, 2017 7:47 am Subject: MSGS in DLQ |
Right so whats the purpose of these AMQ* |
Topic: MSGS in DLQ |
paleyplease
Replies: 16 Views: 15835
|
Forum: General IBM MQ Support Posted: Fri Oct 13, 2017 7:41 am Subject: MSGS in DLQ |
I agree, I think the key for me is to understand why msgs are going to the DLQ and what the purpose of these AMQ* queues are for and how to prevent this. |
Topic: MSGS in DLQ |
paleyplease
Replies: 16 Views: 15835
|
Forum: General IBM MQ Support Posted: Fri Oct 13, 2017 7:33 am Subject: MSGS in DLQ |
I physically created these per the 2085:
AMQ.59C4F2DC2D76ACF2
AMQ.59C4F2DC2CB370EF
Ran the DLQ handler and a msg went there.
Wondering what the purpose of those type of queues are and if thi ... |
Topic: MSGS in DLQ |
paleyplease
Replies: 16 Views: 15835
|
Forum: General IBM MQ Support Posted: Fri Oct 13, 2017 7:25 am Subject: MSGS in DLQ |
Thanks for the reply. Not 100% sure about that.
Trying to get to the bottom of why msgs go to the DLQ, and when I try to requeue them via the dlq handler it throws the 2085 |
Topic: MSGS in DLQ |
paleyplease
Replies: 16 Views: 15835
|
Forum: General IBM MQ Support Posted: Fri Oct 13, 2017 7:10 am Subject: MSGS in DLQ |
I have a QMGR that has a few msgs in the DLQ but when I run the MQ handler I get this error:
./runmqdlq DEAD.LETTER.Q MQXL06P
action(retry)
10/13/2017 10:01:36 AM AMQ8708: Dead-letter queue han ... |
Topic: Multiple System Cluster Transmit Queue Issue |
paleyplease
Replies: 12 Views: 16515
|
Forum: General IBM MQ Support Posted: Wed Aug 30, 2017 7:32 am Subject: Multiple System Cluster Transmit Queue Issue |
Its version 8.0.0.7 |
Topic: Multiple System Cluster Transmit Queue Issue |
paleyplease
Replies: 12 Views: 16515
|
Forum: General IBM MQ Support Posted: Tue Aug 29, 2017 11:47 am Subject: Multiple System Cluster Transmit Queue Issue |
I did make this change a good 2 weeks back. I even noticed the Dynamically created cluster sdr chls go in active due to no volume. I blasted some msgs via the sample program but still the 4th and fina ... |
Topic: Multiple System Cluster Transmit Queue Issue |
paleyplease
Replies: 12 Views: 16515
|
Forum: General IBM MQ Support Posted: Tue Aug 29, 2017 11:17 am Subject: Multiple System Cluster Transmit Queue Issue |
6 QMGRs in a cluster where 2 are producers or putters, which can send to 4 downstream QMGRs which are all multi instance.
I updated the value on the 2 producer QMGRs DEFCLXQ to "CHANNEL", ... |
Topic: Message Stuck |
paleyplease
Replies: 8 Views: 7367
|
Forum: General IBM MQ Support Posted: Tue Dec 06, 2016 1:32 pm Subject: Message Stuck |
And the xmitq with the msgs sitting waiting around will auto fire when I update the trigger / trigdata with the new chl name?
Of course I will setup some testing here. |
Topic: Message Stuck |
paleyplease
Replies: 8 Views: 7367
|
Forum: General IBM MQ Support Posted: Tue Dec 06, 2016 1:30 pm Subject: Message Stuck |
So per this definition on QMGR_LINUX2
- At QMGR_LINUX2
DEF QR(QMGR_LINUX1) RNAME( ) RQMNAME( ) XMITQ( )
This should handle those msgs on the XMITQ(QMGR_LINUX1) from QMGR_AIX, and automaticall ... |