MATRIXX Helm Value Settings

By default, the MATRIXX Helm chart uses the MATRIXX ActiveMQ image. To use the Artemis Cloud broker (as configured in the examples in this section), update your Helm values file as shown in the following excerpt:

global:
  activemq:
    groups:
        # update the definition of the ActiveMQ Group to point to the Artemis Cloud Broker
      - id: 1
        create: false
        external: true
        externalAddress: artemis-broker-exposed.artemis-cloud
         
# disable the MATRIXX packaged ActiveMQ deployment
activemq:
  enabled: false