Skip to content
Discussion options

You must be logged in to vote

You can expose the ports of acceptors, connectors and console by setting expose to true, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-broker
spec:
  console:
    expose: true
  acceptors:
  - name: my-acceptor
    port: 61626
    expose: true
...

For other ports you can use the resource template patch, see https://github.com/arkmq-org/activemq-artemis-operator/blob/main/docs/help/operator.md#custom-modifications-via-a-strategic-merge-patch

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gtully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1230 on October 14, 2025 09:52.