Skip to content

Federation in ArtemisCloud #971

Answered by brusdev
beaver71 asked this question in General
Jul 1, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The simplest way to configure federation is by using broker properties, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-broker
spec:
  brokerProperties:
    - connectorConfigurations.artemis-external.factoryClassName=org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnectorFactory
    - connectorConfigurations.artemis-external.params.host=<external-address>
    - connectorConfigurations.artemis-external.params.port=61616
    - federationConfigurations.artemis-fed.credentials.user=***
    - federationConfigurations.artemis-fed.credentials.password=***
    - federationConfigurations.artemis-fed.addressPolicies.address-policy.includes.just-b.a…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@beaver71
Comment options

Comment options

You must be logged in to vote
2 replies
@beaver71
Comment options

@brusdev
Comment options

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