Feature Request: Configuration of MessageLoadBalancingType through brokerProperties #1138
-
Describe the feature I assumed setting this under brokerProperties: Steps to reproduce:
Check the generated broker.xml in the pod: Observe that <message-load-balancing> under <cluster-connection> remains ON_DEMAND. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
can you check the status conditions, it should report any error. I think you may just need to remove the quotes. |
Beta Was this translation helpful? Give feedback.
-
The other thing to note is that the brokerProperties do not effect the broker.xml, they are applied by the broker to the internal configuration, after any broker.xml has been parsed. If the brokerPropertiesApplied condition of the CR status is true, you know the properties have applied ok. You can confirm via JMX or peek at the extra mount secret. |
Beta Was this translation helpful? Give feedback.
-
oh, thank you for that clarification! |
Beta Was this translation helpful? Give feedback.
The other thing to note is that the brokerProperties do not effect the broker.xml, they are applied by the broker to the internal configuration, after any broker.xml has been parsed. If the brokerPropertiesApplied condition of the CR status is true, you know the properties have applied ok. You can confirm via JMX or peek at the extra mount secret.