Author |
Message |
Topic: MQRC 2058 with MQCCRED configuration |
markt
Replies: 28 Views: 12257
|
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: 4756
|
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: 27423
|
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: 41883
|
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: 8762
|
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: 8762
|
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: 9266
|
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: 9266
|
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: 11051
|
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: 8458
|
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: 11999
|
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. |
Topic: Rename MQ installation |
markt
Replies: 2 Views: 8345
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 13, 2023 9:24 am Subject: Rename MQ installation |
There's no official command to do a rename.
But you can always edit (carefully, and with sudo) /etc/opt/mqm/mqinst.ini |
Topic: MQ client using Spring JMS |
markt
Replies: 12 Views: 20429
|
Forum: IBM MQ Java / JMS Posted: Wed May 03, 2023 9:38 pm Subject: MQ client using Spring JMS |
At least with github there's a chance the code might work. Unlike copy/paste from stackoverflow or code generation tools. |
Topic: WMQ_Passwords.xml |
markt
Replies: 2 Views: 6765
|
Forum: IBM MQ Security Posted: Tue Feb 21, 2023 7:34 am Subject: WMQ_Passwords.xml |
Obviously it's possible to decrypt the passwords. How do you think the Explorer sends the passwords to the server.
Perhaps your question, though was asking about decrypting it without knowing the k ... |
Topic: dmqmqcfg for OpenVMS |
markt
Replies: 16 Views: 19948
|
Forum: General Discussion Posted: Tue Jan 31, 2023 8:25 am Subject: dmqmqcfg for OpenVMS |
You ought to be able to run dmpmqcfg on a different system and connect it as a client to the VMS machine. But there might be some oddities if there are any unique attributes for the objects there - no ... |