Record - artemis : AddressConfiguration

The ActiveMQ Artemis address related configuration. If the `autoCreated` is `false` an error will be thrown if the address does not exist. If `autocreated` is `true` and the address already exists then the `routingType` configuration would be ignored.

Fields

  • routingType RoutingType ANYCAST
  • the routing type for the address, MULTICAST or ANYCAST

  • autoCreated boolean true
  • whether the address has to be auto created.