Skip to content

Is it possible to deploy queues from a list of values? #545

Answered by brusdev
Nish07 asked this question in Q&A
Discussion options

You must be logged in to vote

You could use broker properties to define multiple addresses in on CR, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-addresses
spec:
  brokerProperties:
    - "addressConfigurations.Test1.routingTypes=ANYCAST"
    - "addressConfigurations.Test1.queueConfigs.Test1-QUEUE.address=Test1"
    - "addressConfigurations.Test1.queueConfigs.Test1-QUEUE.routingType=ANYCAST"
    - "addressConfigurations.Test2.routingTypes=ANYCAST"
    - "addressConfigurations.Test2.queueConfigs.Test2-QUEUE.address=Test2"
    - "addressConfigurations.Test2.queueConfigs.Test2-QUEUE.routingType=ANYCAST"
    - "addressConfigurations.Test3.routingTypes=ANYCAST"
    - "addressConfig…

Replies: 3 comments 8 replies

Comment options

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

Answer selected by brusdev
Comment options

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

Comment options

You must be logged in to vote
6 replies
@Nish07
Comment options

@Nish07
Comment options

@brusdev
Comment options

@brusdev
Comment options

@Nish07
Comment options

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