Hello and thanks, We could review the patch in this way, but it's really much more easier if you could send a PR on GitHub.
At least the process to review it's clearer. Il gio 31 mar 2022, 15:50 Santiago Acosta < santiago.aco...@intermodaltelematics.com> ha scritto: > Hi, > > I would like to contribute a very simple patch file to > org.apache.camel.component.rabbitmq.RabbitMQDeclareSupport > > I am interested in the following configuration to actually perform the > binding while skipping the declarations (or demanding they exist passively). > > - declare = true > - skipQueueDeclare = true > - skipExchangeDeclare = true > - skipQueueBind = false > > I am not entirely sure this micro-patch requires testing or documentation > changes. > > Also, this is my first contribution/patch. If there are any remarks or > guidelines that I am missing, please let me know so I can improve it. > I am carrying out the change on branch main (dc66701db86). > > Addendum: > I would like to know if this change could possibly be backported to older > versions, eg: v3.11.x. >