Author |
Message |
Topic: make cluster sender channel always up and running |
hughson
Replies: 4 Views: 112
|
Forum: General IBM MQ Support Posted: Mon Sep 18, 2023 3:00 am Subject: make cluster sender channel always up and running |
You don't have to manually start the channel, it will be automatically started by the queue manager when messages arrive for it to deliver.
In essence cluster channels have in-built triggering with ... |
Topic: MQ SERVER TO CLIENT ISSUE |
hughson
Replies: 8 Views: 321
|
Forum: IBM MQ Security Posted: Wed Sep 13, 2023 3:38 pm Subject: Re: MQ SERVER TO CLIENT ISSUE |
client side error:
===========
The details of the certificate which could not be validated are
'
Someone is probably lacking the full chain within their key store...
Indeed so @exerk - certific ... |
Topic: MQ SERVER TO CLIENT ISSUE |
hughson
Replies: 8 Views: 321
|
Forum: IBM MQ Security Posted: Tue Sep 12, 2023 10:36 pm Subject: Re: MQ SERVER TO CLIENT ISSUE |
client side error:
===========
The details of the certificate which could not be validated are
'
Someone is probably lacking the full chain within their key store...
Indeed so @exerk - certific ... |
Topic: IBM MQ get more than 4000 messages |
hughson
Replies: 2 Views: 261
|
Forum: General Discussion Posted: Tue Sep 12, 2023 10:27 pm Subject: IBM MQ get more than 4000 messages |
Do you know where in your program the time is spent?
For example, if you capture timestamps at the points in the code where the most interesting things happen, you would be able to narrow down what ... |
Topic: Automatic client reconnection is not compatible with client |
hughson
Replies: 7 Views: 605
|
Forum: General Discussion Posted: Wed Sep 06, 2023 8:19 pm Subject: Automatic client reconnection is not compatible with client |
The topic is a bit complicated, but the key points are reasonably well covered here in the doc page 'Sharing a TCP/IP connection in IBM MQ classes for JMS' (afraid I can't link URL as a new user here ... |
Topic: IBM MQ integration with AWS/Azure for hybrid messaging? |
hughson
Replies: 2 Views: 1468
|
Forum: General Discussion Posted: Mon Sep 04, 2023 8:25 pm Subject: IBM MQ integration with AWS/Azure for hybrid messaging? |
You might find the following a useful read.
[url=https://community.ibm.com/community/user/integration/blogs/martin-evans/2022/08/18/everything-you-need-to-know-about-running-ibm-mq-o]Everything you ... |
Topic: Interaction of CHLAUTH and CONNAUTH |
hughson
Replies: 2 Views: 1646
|
Forum: General IBM MQ Support Posted: Thu Aug 31, 2023 10:40 pm Subject: Re: Interaction of CHLAUTH and CONNAUTH |
I am trying to follow the below link from IBM documentation to understand the process -
Yes - look in the queue manager's AMQERR01.LOG file. It should ALWAYS be your first port of call when an ap ... |
Topic: MQGem Software releases version 9.3.2 of MQSCX |
hughson
Replies: 0 Views: 1555
|
Forum: News/Updates Posted: Tue Aug 22, 2023 2:26 am Subject: MQGem Software releases version 9.3.2 of MQSCX |
For full details, please see our blog post [url=https://mqgem.wordpress.com/2023/08/22/mqscx-version-932-is-released/]MQSCX version 9.3.2 is released
Cheers,
Morag |
Topic: GET authorizations missing on the queue |
hughson
Replies: 7 Views: 856
|
Forum: General IBM MQ Support Posted: Thu Aug 17, 2023 2:40 am Subject: GET authorizations missing on the queue |
HI Hughson,
Its the Qmgr object backup using dmpmqcfg
Ah gotcha. So you know the last date it was there - the date of the dmpmqfg. However, unless you have command or config events turned on, any re ... |
Topic: GET authorizations missing on the queue |
hughson
Replies: 7 Views: 856
|
Forum: General IBM MQ Support Posted: Thu Aug 17, 2023 1:48 am Subject: Re: GET authorizations missing on the queue |
We have checked our qmgr backup also to see if the authorization is missing .we can see in the backup file the GET authorization is present.
I am curious, what this means. What form does your backup ... |
Topic: Issue with dead letter queue 2085 (MQRC_UNKNOWN_OBJECT_NAME) |
hughson
Replies: 11 Views: 1304
|
Forum: General IBM MQ Support Posted: Tue Aug 15, 2023 2:21 am Subject: Issue with dead letter queue 2085 (MQRC_UNKNOWN_OBJECT_NAME) |
I found the error reason along with the client team:
The remote queue definition on the source queue manager contained a non-printable character in the destination queue name.
Thank you all for the ... |
Topic: Issue with dead letter queue 2085 (MQRC_UNKNOWN_OBJECT_NAME) |
hughson
Replies: 11 Views: 1304
|
Forum: General IBM MQ Support Posted: Sun Aug 13, 2023 9:08 pm Subject: Re: Issue with dead letter queue 2085 (MQRC_UNKNOWN_OBJECT_N |
An appilcation sent messages to our local queue from a remote queue manager. The messages ended up in the dead letter queue of the destination queue manager with error 2085 (MQRC_UNKNOWN_OBJECT_NAME). ... |
Topic: Automatic client reconnection is not compatible with client |
hughson
Replies: 7 Views: 605
|
Forum: General Discussion Posted: Tue Aug 08, 2023 9:02 pm Subject: Automatic client reconnection is not compatible with client |
Makes no sense to me. If it worked at an earlier version, it should work at the newer version. Suggest you go back to the person who said it and ask them what they meant.
Cheers,
Morag |
Topic: mqrc 2079, Published messages not reaching to destination |
hughson
Replies: 19 Views: 2549
|
Forum: General IBM MQ Support Posted: Wed Aug 02, 2023 9:58 pm Subject: Re: mqrc 2079, Published messages not reaching to destinatio |
mqrc 2079, Published messages not reaching to destination
I have a clustered topic on qmgr QM1DEV01 and subscription and target queues are created on qmgr QM1PIN01 .
I found that large size msg(le ... |
Topic: verify MQ OAM running |
hughson
Replies: 2 Views: 666
|
Forum: General IBM MQ Support Posted: Wed Jun 28, 2023 1:41 pm Subject: verify MQ OAM running |
Check if you have a process called amqzfuma running.
Reference: [url=https://www.ibm.com/docs/en/ibm-mq/9.3?topic=manually-stopping-queue-manager-aix-linux]Stopping a queue manager manually on AIX ... |