You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metrics for queue manager, queue, topic, channel and listener can be configured.
15
15
@@ -120,7 +120,7 @@ _Note: The following is only needed for versions of Java 8 before 8u161._
120
120
2. Please add the following JVM arguments to the MA start up command or script.
121
121
122
122
```-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.
124
124
)
125
125
3. To configure SSL, the MA's trust store and keystore needs to be setup with the JKS filepath.
126
126
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>.
156
156
157
157
### Monitoring Workings - Internals
158
158
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).
160
160
[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).
161
161
Each queue manager has an administration queue with a standard queue name and
162
162
the extension sends PCF command messages to that queue. On Windows and Unix platforms, the PCF
163
163
commands are sent is always sent to the SYSTEM.ADMIN.COMMAND.QUEUE queue.
0 commit comments