Skip to content

Commit a2742aa

Browse files
authored
[ibm-mq] Fix links in readme (#2266)
1 parent 9a81089 commit a2742aa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/config/lychee.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ max_concurrency = 4
77
include_fragments = true
88

99
exclude = [
10-
# until https://github.com/open-telemetry/opentelemetry-java-contrib/issues/2221 is resolved
11-
"^https?://www.ibm.com",
1210
# excluding links to pull requests and issues is done for performance
1311
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
1412
]

ibm-mq-metrics/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ program-to-program messaging across multiple platforms.
99

1010
The IBM MQ metrics utility here can monitor multiple queues managers and their resources,
1111
namely queues, topics, channels and listeners The metrics are extracted out using the
12-
[PCF command messages](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.adm.doc/q020010_.htm).
12+
[PCF command messages](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=tasks-introduction-programmable-command-formats).
1313

1414
The metrics for queue manager, queue, topic, channel and listener can be configured.
1515

@@ -120,7 +120,7 @@ _Note: The following is only needed for versions of Java 8 before 8u161._
120120
2. Please add the following JVM arguments to the MA start up command or script.
121121

122122
```-Dcom.ibm.mq.cfg.useIBMCipherMappings=false``` (If you are using IBM Cipher Suites, set the
123-
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.
123+
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.
124124
)
125125
3. To configure SSL, the MA's trust store and keystore needs to be setup with the JKS filepath.
126126
They can be passed either as Machine Agent JVM arguments or configured in config.yml (sslConnection) <br />
@@ -156,12 +156,12 @@ config.yml file in <code>src/main/resources/config.yml</code>.
156156
157157
### Monitoring Workings - Internals
158158
159-
This software extracts metrics through [PCF framework](https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.adm.doc/q019990_.htm).
159+
This software extracts metrics through [PCF framework](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=tasks-introduction-programmable-command-formats).
160160
[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).
161161
Each queue manager has an administration queue with a standard queue name and
162162
the extension sends PCF command messages to that queue. On Windows and Unix platforms, the PCF
163163
commands are sent is always sent to the SYSTEM.ADMIN.COMMAND.QUEUE queue.
164-
[More details mentioned here](https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.adm.doc/q020010_.htm)
164+
[More details mentioned here](https://www.ibm.com/docs/en/ibm-mq/8.0.0?topic=formats-pcf-command-messages)
165165
166166
By default, the PCF responses are sent to the SYSTEM.DEFAULT.MODEL.QUEUE. Using this queue causes
167167
a temporary dynamic queue to be created. You can override the default here by using the

0 commit comments

Comments
 (0)