Author |
Message |
Topic: '22 - Invalid argument' from semop |
markt
Replies: 4 Views: 6994
|
Forum: General IBM MQ Support Posted: Thu Aug 14, 2025 10:46 am Subject: '22 - Invalid argument' from semop |
So you've got MQ V8 at its original level from 2014 with no fixes applied ... Would be hard to get support to look at that. |
Topic: ibmconstant for display cluster qmgr |
markt
Replies: 4 Views: 6794
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 13, 2025 6:46 am Subject: ibmconstant for display cluster qmgr |
It's always best to start with using runmqsc to work out what the right command is. And you then immediately see the available responses. It's much easier to play with.
Only after that, should you ... |
Topic: Perf Harness |
markt
Replies: 2 Views: 10651
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Aug 01, 2025 10:25 pm Subject: Perf Harness |
And the C version (CPH) is in a github repo that you simply clone and then build from the source on the platform of your choice. Have you tried it? |
Topic: Tech issues |
markt
Replies: 2 Views: 6929
|
Forum: General IBM MQ Support Posted: Sun Jul 27, 2025 9:39 pm Subject: Tech issues |
Yes - Hursley |
Topic: MQRC 2058 with MQCCRED configuration |
markt
Replies: 28 Views: 68281
|
Forum: General IBM MQ Support Posted: Mon Aug 26, 2024 9:06 am Subject: MQRC 2058 with MQCCRED configuration |
SET MQCHLLIB=E:\MQCCRED
SET MQCHLTAB=E:\MQCCRED\AMQCLCHL.TAB
The MQCHLTAB should just be the filename - it is added onto the directory in MQCHLLIB. As you ought to be able to deduce from the er ... |
Topic: MQ 9.3 and IIB 9.0.0.1 - Did 9.3 break header node? |
markt
Replies: 2 Views: 24977
|
Forum: General IBM MQ Support Posted: Wed Jun 12, 2024 7:12 am Subject: MQ 9.3 and IIB 9.0.0.1 - Did 9.3 break header node? |
Not tested/supported is not necessarily the same as "incompatible with".
While it's clear that the dates don't work for that combination to have been explicitly listed in the support mat ... |
Topic: Can a MQ Cluster on z/OS be renamed? |
markt
Replies: 3 Views: 98427
|
Forum: Clustering Posted: Tue Jun 11, 2024 7:50 am Subject: Can a MQ Cluster on z/OS be renamed? |
You don't connect to clusters - which makes me think that actually this is asking about QSGs |
Topic: Use of RFHUTILC (IH03) with TLS 1.2 cipher on channel |
markt
Replies: 25 Views: 103685
|
Forum: General IBM MQ Support Posted: Thu Jun 06, 2024 11:21 pm Subject: Use of RFHUTILC (IH03) with TLS 1.2 cipher on channel |
It's got the generic TLS13 options already - ANY_TLS13 and ANY_TLS13_OR_HIGHER
Those are much easier to deal with; it allows negotiation with whatever the server is prepared to use, which might be ... |
Topic: How to implement MQ_Client libs to work on ARM processor |
markt
Replies: 3 Views: 23982
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 22, 2024 1:14 am Subject: How to implement MQ_Client libs to work on ARM processor |
That looks like something you'd have to take up with the ACE team.
The MQI symbols like MQBACK are defined in libmqm, not libmqe. |
Topic: How to implement MQ_Client libs to work on ARM processor |
markt
Replies: 3 Views: 23982
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 16, 2024 7:59 am Subject: How to implement MQ_Client libs to work on ARM processor |
The MQ client for Arm64 has been available for over a year. Whether that will help with ACE, is another matter - presumably you'd need an Arm-compatible version of that product.
The MQ client can b ... |
Topic: Spring boot JMS applications and MQ Client libraries |
markt
Replies: 4 Views: 26730
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 18, 2023 8:56 am Subject: Spring boot JMS applications and MQ Client libraries |
The MQ client jars are available from Maven Central. So by default that's where they will be pulled from. The same place as the boot starter itself.
But just about everything is overridable - eg to ... |
Topic: Spring boot JMS applications and MQ Client libraries |
markt
Replies: 4 Views: 26730
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 18, 2023 5:16 am Subject: Spring boot JMS applications and MQ Client libraries |
If you're referencing the mq-jms-spring-boot-starter jar file in a Spring Boot application, that automatically pulls in an appropriate level of the MQ client jar.
See for example https://search.mav ... |
Topic: AMQSBLST - MQ Blast |
markt
Replies: 4 Views: 27270
|
Forum: General IBM MQ Support Posted: Mon Aug 07, 2023 6:33 am Subject: AMQSBLST - MQ Blast |
There is no need for a client-specific compiled version. That has not been necessary for many years. Since V7.0 I think.
Set the environment variable MQ_CONNECT_TYPE=CLIENT and any program linked w ... |
Topic: AMQSRUA with STATAPP |
markt
Replies: 2 Views: 10427
|
Forum: General IBM MQ Support Posted: Fri Jun 23, 2023 11:31 pm Subject: AMQSRUA with STATAPP |
If you do "DIS CONN(*) APPLTYPE" you'll see that Explorer shows up as "SYSTEM".
Only USER apps get considered for publishing resource metrics.
(The choice of what exactly is ... |
Topic: setmqenv command fails |
markt
Replies: 5 Views: 27465
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 19, 2023 3:28 am Subject: setmqenv command fails |
At minimum you've got a problem trying to use Linux commands when you've got Windows environment variables set. A PATH with spaces in it for example. |