Hi, all. I’ve been successfully using the ‘camel-rabbitmq’ component and love it.
However, I’ve unfortunately been tasked to replace it with an in-house custom class we’ve used on a number of projects to write/read to/from our RabbitMQ bus. To do this, do I need to create a new custom Connection Factory, and should I be looking at the ‘amqp’ component or ‘jms’ component - or, since it really is a custom thing, refer to it using ‘bean’ in my endpoints? Thank you.