artemiscloud / activemq-artemis-operator

Apache License 2.0
66 stars 62 forks source link

Can't set address-delimiter #958

Closed debtvision-link closed 3 months ago

debtvision-link commented 3 months ago

Describe the bug In the official documentation, it is described that you can customize the wildcard delimiter by adding the following config to broker.xml:

<wildcard-addresses>
   <delimiter>.</delimiter>
</wildcard-addresses>

What would this config look like when using artemiscloud? I tried setting it via the custom broker properties, but it didn't work:

# ...
  brokerProperties:
    - "wildcardAddresses.delimiter=/"
# ...

I also neither couldn't find any properties related to the address-delimiter, nor how to add custom broker.xml config.

[!TIP] Vote this issue reacting with :+1: or :-1:

brusdev commented 3 months ago

@debtvision-link this is a question for the Apache ActiveMQ Artemis users mailing list because the broker properties are a feature of Apache ActiveMQ Artemis.

In your case, the following example should work:

  brokerProperties:
    - 'wildcardConfiguration.delimiter=/'