dshma opened a new issue, #1577: URL: https://github.com/apache/camel-kafka-connector/issues/1577
Hi, We've been trying to configure the `x-queue-type` argument/option in the following manner: ``` ... "camel.component.rabbitmq.args[queue.x-queue-type]": "quorum", ... ``` As a result, we end up with a camel cased argument for the corresponding queue - `xQueueType`, which makes it a classic queue. It works fine with other special characters (eg. snake_case). Haven't found anything related or suspicious on the surface (neither in the current repository nor in the kafka connect) for quite some time, thus would appreciate your input. P.S. I understand that 0.11.5 is no longer supported so I really wouldn't want you spending time troubleshooting this if it appears to be an issue, it's more like whether this is something known and there is something we could do rather than forking and customizing it ourselves. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org