What is the way to do manual acknowledgement using the RabbitMQ component?I see you can set autoAck=false in the component properties, and the rabbitmq.DELIVERY_TAG header gives the delivery tag.
But how does one get hold of the channel to do a manual acknowledgement?
Thanks Tim