Skip to content
Discussion options

You must be logged in to vote

Hi @Mohanavalli-A, I confirm that the only available tool to import the broker data is the ActiveMQ Artemis CLI using the command artemis data imp. To execute the command artemis data imp from outside the Kubernetes cluster an exposed acceptor is required, i.e.

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

Replies: 1 comment

Comment options

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