Skip to content
Discussion options

You must be logged in to vote

The recommended way to set the settings is by using broker properties, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-address-settings
spec:
  brokerProperties:
    - "managementNotificationAddress=activemq.notifications"
    - "suppressSessionNotifications=false"
    - "addressesSettings.#.iDCacheSize=20000"
    - "acceptorConfigurations.my-acceptor-name.extraParams.defaultMqttSessionExpiryInterval=86400"

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
Category
Q&A
Labels
None yet
2 participants