-
Hi there! I am trying to achieve this configuration which is working in a classical ActiveMQ Artemis using the
What I have tried using
And some other combination I no longer remember... Just for the record, the connector is properly configured and the
Other properties I'm using:
Is this a bug? is this just not implemented? I can see nothing related to transformers in the doc or the issues, so I suspect the latter may be the case. If so, is there any plan to support his in the near future? This is a must for us in order to adopt this operator. Thanks in advance! Tip Vote this issue reacting with 👍 or 👎 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
After digging a little bit in the
|
Beta Was this translation helpful? Give feedback.
-
can you check the CR.Status to see the errors that are reported back from the broker attempting to apply the properties to the config objects. properties are typically camelCase, and the properties map needs to be passed as a comma list string k=v,k2=v2 b/c the properties object is not exposed via setters/getters.
that should do it. |
Beta Was this translation helpful? Give feedback.
-
I added some verification in an upstream test on the broker, see: apache/activemq-artemis@efdcc56 Please revert if there is still any difficulty. |
Beta Was this translation helpful? Give feedback.
I added some verification in an upstream test on the broker, see: apache/activemq-artemis@efdcc56
Please revert if there is still any difficulty.