-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
AMQ 7.10.1.OPR.1.GA
-
None
-
False
-
None
-
False
-
-
-
-
Moderate
Setting enableIngressTimestamp: true does not work.
ERROR [org.apache.activemq.artemis.core.client] AMQ214019: Invalid configuration: org.xml.sax.SAXParseException; cvc-datatype-valid.1.2.1: 'True' is not a valid value for 'boolean'
How to replicate:
-----------------------
Set enableIngressTimestamp in Broker CR:
addressSettings:
addressSetting:
- match: '#'
enableIngressTimestamp: true
Workaround:
------------------
Use brokerProperties:
spec:
...
brokerProperties:
- 'addressSettings.#.enableIngressTimestamp=true'
- is duplicated by
-
ENTMQBR-8264 Setting EnableIngressTimestamp on OCP to valid value crashes broker
- Closed