From d88ed37048334476f46b1b23785855359bec95d8 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Tue, 16 Sep 2025 10:39:16 -0700 Subject: [PATCH 1/3] fix links in readme --- ibm-mq-metrics/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ibm-mq-metrics/README.md b/ibm-mq-metrics/README.md index 5c75acd32..7a300ec2e 100644 --- a/ibm-mq-metrics/README.md +++ b/ibm-mq-metrics/README.md @@ -9,7 +9,7 @@ program-to-program messaging across multiple platforms. The IBM MQ metrics utility here can monitor multiple queues managers and their resources, namely queues, topics, channels and listeners The metrics are extracted out using the -[PCF command messages](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.adm.doc/q020010_.htm). +[PCF command messages](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=tasks-introduction-programmable-command-formats). The metrics for queue manager, queue, topic, channel and listener can be configured. @@ -120,7 +120,7 @@ _Note: The following is only needed for versions of Java 8 before 8u161._ 2. Please add the following JVM arguments to the MA start up command or script. ```-Dcom.ibm.mq.cfg.useIBMCipherMappings=false``` (If you are using IBM Cipher Suites, set the - flag to true. Please visit [this link](http://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q113210_.htm) for more details. + flag to true. Please visit [this link](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=java-ssltls-cipherspecs-ciphersuites-in-mq-classes) for more details. ) 3. To configure SSL, the MA's trust store and keystore needs to be setup with the JKS filepath. They can be passed either as Machine Agent JVM arguments or configured in config.yml (sslConnection)
@@ -161,7 +161,7 @@ This software extracts metrics through [PCF framework](https://www.ibm.com/suppo Each queue manager has an administration queue with a standard queue name and the extension sends PCF command messages to that queue. On Windows and Unix platforms, the PCF commands are sent is always sent to the SYSTEM.ADMIN.COMMAND.QUEUE queue. -[More details mentioned here](https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.adm.doc/q020010_.htm) +[More details mentioned here](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=formats-pcf-command-messages) By default, the PCF responses are sent to the SYSTEM.DEFAULT.MODEL.QUEUE. Using this queue causes a temporary dynamic queue to be created. You can override the default here by using the From c3be7d2ea3de33883101ac5c2a4c3940c99cdcb6 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Tue, 16 Sep 2025 10:45:05 -0700 Subject: [PATCH 2/3] restore link checking for ibm urls --- .github/config/lychee.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index bde272fc9..b2d5285f1 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -7,8 +7,6 @@ max_concurrency = 4 include_fragments = true exclude = [ - # until https://github.com/open-telemetry/opentelemetry-java-contrib/issues/2221 is resolved - "^https?://www.ibm.com", # excluding links to pull requests and issues is done for performance "^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$", ] From 0c575c2547ba5ea0860acf48b3958531c9437df7 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Tue, 16 Sep 2025 10:47:39 -0700 Subject: [PATCH 3/3] fix url --- ibm-mq-metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm-mq-metrics/README.md b/ibm-mq-metrics/README.md index 7a300ec2e..4389661d8 100644 --- a/ibm-mq-metrics/README.md +++ b/ibm-mq-metrics/README.md @@ -156,7 +156,7 @@ config.yml file in src/main/resources/config.yml. ### Monitoring Workings - Internals -This software extracts metrics through [PCF framework](https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.adm.doc/q019990_.htm). +This software extracts metrics through [PCF framework](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=tasks-introduction-programmable-command-formats). [A complete list of PCF commands are listed here](https://www.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.ref.adm.doc/q086870_.htm). Each queue manager has an administration queue with a standard queue name and the extension sends PCF command messages to that queue. On Windows and Unix platforms, the PCF