Author |
Message |
Topic: C, Just in Time! with IBM MQ |
zpat
Replies: 2 Views: 10644
|
Forum: IBM MQ API Support Posted: Thu Feb 20, 2025 11:42 pm Subject: C, Just in Time! with IBM MQ |
Looks really useful. I do like interpreted languages. Still miss MQ with REXX. |
Topic: RDQM and connectivity from z/OS QM |
zpat
Replies: 5 Views: 4270
|
Forum: General IBM MQ Support Posted: Fri Jan 31, 2025 7:08 am Subject: RDQM and connectivity from z/OS QM |
Yes, DNS was my first suggestion when they asked us to code 6 host names in the connection name field of a z/OS channel (2 sites x 3 hosts).
However we really need not just one DNS for each IP - bu ... |
Topic: Channel Auth rule to bypass connauth |
zpat
Replies: 8 Views: 4357
|
Forum: IBM MQ Security Posted: Tue Jan 28, 2025 1:54 am Subject: Channel Auth rule to bypass connauth |
It would be useful to have this option. I expect many older QMs (especially mainframes) do not have connauth enabled. The problem being there is no way to exempt certain userids or channels from it.
... |
Topic: RDQM and connectivity from z/OS QM |
zpat
Replies: 5 Views: 4270
|
Forum: General IBM MQ Support Posted: Fri Jan 24, 2025 3:29 am Subject: RDQM and connectivity from z/OS QM |
Yes, but we have a Z/OS QM that needs to connect to the Linux RDQM.
The z/OS sender channel DOES have a 48 character limitation.
The generated CONNAME is always in the dotted decimal (IPv4) or ... |
Topic: RDQM and connectivity from z/OS QM |
zpat
Replies: 5 Views: 4270
|
Forum: General IBM MQ Support Posted: Wed Jan 22, 2025 6:24 am Subject: RDQM and connectivity from z/OS QM |
RDQM means there are three Linux hosts where the RD QM might be running (on one of them only).
Issue 1
To code three hosts addresses in a z/OS sender channel is impossible in the 48 characters a ... |
Topic: MQ Authority checks - LEVEL |
zpat
Replies: 4 Views: 7158
|
Forum: IBM MQ Security Posted: Thu Dec 19, 2024 9:26 am Subject: MQ Authority checks - LEVEL |
We have the z/OS MQ platform for our sins. RACF is wonderful but there are ways to circumvent it!! |
Topic: MQ Authority checks - LEVEL |
zpat
Replies: 4 Views: 7158
|
Forum: IBM MQ Security Posted: Wed Dec 18, 2024 5:09 am Subject: MQ Authority checks - LEVEL |
Yes, a bit simple to bypass queue security when you can define a QALIAS !!!
We do keep trying to tell our security people that it is pointless to try to restrict MQ administrators. |
Topic: MQ client on Google Cloud Platform (GCP) |
zpat
Replies: 3 Views: 28033
|
Forum: IBM MQ Cloud and SaaS, Cloud Hybrid and Containers Posted: Fri Nov 08, 2024 4:11 am Subject: MQ client on Google Cloud Platform (GCP) |
Thanks. I would imagine that MQ client auto-reconnect would help with disconnects.
We have many MQ client applications and the general preference is not to have QMs sited close to each application ... |
Topic: MQ client on Google Cloud Platform (GCP) |
zpat
Replies: 3 Views: 28033
|
Forum: IBM MQ Cloud and SaaS, Cloud Hybrid and Containers Posted: Mon Nov 04, 2024 11:44 pm Subject: MQ client on Google Cloud Platform (GCP) |
No-one here interested in MQ on GCP?
Or is no-one here anymore? |
Topic: MQ client on Google Cloud Platform (GCP) |
zpat
Replies: 3 Views: 28033
|
Forum: IBM MQ Cloud and SaaS, Cloud Hybrid and Containers Posted: Mon Nov 04, 2024 5:54 am Subject: MQ client on Google Cloud Platform (GCP) |
I am interested in any experiences of hosting business applications that require MQ connectivity (back to the legacy systems) in GCP.
So assuming there are central in-house legacy systems with MQ Q ... |
Topic: Relative overhead of different MQ ciphers z/OS |
zpat
Replies: 2 Views: 4210
|
Forum: IBM MQ Security Posted: Fri Oct 18, 2024 12:10 am Subject: Relative overhead of different MQ ciphers z/OS |
Thanks
I am looking for published figures on the ciphers relative performance.
Actually we might use TLS 1.3 - TLS_AES_256_GCM_SHA384. |
Topic: Relative overhead of different MQ ciphers z/OS |
zpat
Replies: 2 Views: 4210
|
Forum: IBM MQ Security Posted: Wed Oct 16, 2024 5:02 am Subject: Relative overhead of different MQ ciphers z/OS |
We have a busy (1200 per second messages counting both ways) QM sender/receiver to a third-party QM - they use MQ 9.3 on z/OS and we use MQ 9.2 on z/OS.
The channel is active all the time due to th ... |
Topic: MQ console URL RESLEVEL |
zpat
Replies: 41 Views: 28751
|
Forum: General IBM MQ Support Posted: Fri Aug 30, 2024 11:38 pm Subject: MQ console URL RESLEVEL |
RESLEVEL is a RACF check made by MQ.
If you don't have a specific RACF profile to match, it will pick up a access level from whatever profile happens to match, such as QM.**
This is the major is ... |
Topic: Use of RFHUTILC (IH03) with TLS 1.2 cipher on channel |
zpat
Replies: 25 Views: 41883
|
Forum: General IBM MQ Support Posted: Mon Jun 10, 2024 10:36 pm Subject: Use of RFHUTILC (IH03) with TLS 1.2 cipher on channel |
OK, although I think it's the content that matters not the event itself. |
Topic: check Queue manager availability |
zpat
Replies: 12 Views: 7748
|
Forum: General IBM MQ Support Posted: Sat Jun 08, 2024 12:03 am Subject: check Queue manager availability |
PING QMGR does not work with a z/OS QM.
We had a somewhat paranoid third-party application that tried to use PING QMGR instead of just checking the MQRC on their MQGET.
Didn't work when connecte ... |