artemiscloud / activemq-artemis-operator

Apache License 2.0
69 stars 63 forks source link

Support broker properties from JSON files #993

Closed brusdev closed 2 months ago

brusdev commented 3 months ago

Describe the feature The broker properties are low level, lower level than xml, however it is very powerful but the current format is too verbose and requires to escape characters that could be included in the broker properties: ' ', ' ', '=', ':'. The JSON format is more compact and only requires to escape JSON reserved characters that are not typically used in the broker properties.

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

brusdev commented 2 months ago

Resolved by https://github.com/artemiscloud/activemq-artemis-operator/commit/43ef0278327d74a9dee4020a8e3d43de8b4ad4a3