On Wed, Nov 9, 2022 at 6:46 AM N Venkatesh <[email protected]> wrote: > > We are trying to connect RabbitMQ server connection through existing camel > component using customized socket connection. Here we want to supply proxy > host and proxy port via customized socket connection object. > > Can you please tell us, RabbitMQ camel component will support customized > socket connection .
I suggest to create a custom com.rabbitmq.client.ConnectionFactory and sets the SOCKS proxy, then register this connectionFactory and references it in the rabbitmq endpoint See how to create the rabbitmq connectionFactory https://groups.google.com/g/rabbitmq-users/c/b2zrs3FKiLo -- Claudio Miranda [email protected] http://www.claudius.com.br
