-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
7.2.0, IC-1.2.0
-
None
If AMQ Interconnect is deployed in OCP, you can access management tools like qdstat from the command line:
oc exec -it – qdstat -<option>
However, this won't work if TLS or SASL is being used to secure the deployment. In that case, you can create a special listener accessible from only localhost (for example: host: 127.0.0.1, port: 10000), and then connect to qdstat through the listener.
Since enterprise use cases require security (and will therefore run into this issue), this solution should be documented in the AMQ Interconnect on OCP doc.