ansible-middleware / amq

A collection to manage AMQ brokers
Apache License 2.0
18 stars 11 forks source link

Add diverts configuration #52

Closed guidograzioli closed 1 year ago

guidograzioli commented 1 year ago
Variable Description Default
activemq_diverts Diverts configuration; list of { name with parameters } []

Sample divert:

  - name: SAMPLEDIVERT
    address: FROMQUEUE
    forwarding-address: TOQUEUE
    routing-type: ANYCAST
    filter: "msgType LIKE '%ff%'"
    exclusive: True