Skip to content

How to create a multicast address with two queues #992

Answered by brusdev
cbasener asked this question in General
Discussion options

You must be logged in to vote

@cbasener you can use broker properties to create a multicast address with two queues, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-addresses
spec:
  brokerProperties:
    - "addressConfigurations.TOPIC1.routingTypes=MULTICAST"
    - "addressConfigurations.TOPIC1.queueConfigs.QUEUE1.address=TOPIC1"
    - "addressConfigurations.TOPIC1.queueConfigs.QUEUE1.routingType=MULTICAST"
    - "addressConfigurations.TOPIC1.queueConfigs.QUEUE2.address=TOPIC1"
    - "addressConfigurations.TOPIC1.queueConfigs.QUEUE2.routingType=MULTICAST"

Replies: 1 comment 2 replies

Comment options

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

@brusdev
Comment options

Answer selected by cbasener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants