Skip to content
Discussion options

You must be logged in to vote

There is a an example in the tests that can help: https://github.com/arkmq-org/activemq-artemis-operator/blob/main/controllers/activemqartemissecurity_broker_properties_test.go#L113

there is also a new JMX operation on the broker control, exportConfigAsProperties that will give you a properties view of you existing broker configuration, you need to exec onto the pod to see the file.
This can be used to give inspiration for the transformation of a security cr to properties.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Sirol90
Comment options

You must be logged in to vote
0 replies
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 #1134 on April 09, 2025 16:48.