Camel RaabitMQ Acknowledgement

后端 未结 2 1631
梦如初夏
梦如初夏 2021-01-24 18:08

I am using Camel for my messaging application. In my use case I have a producer (which is RabbitMQ here), and the Consumer is a bean.

from(\"rabbitmq://127.0.0.1         


        
2条回答
  •  遇见更好的自我
    2021-01-24 18:53

    You can consider to use the camel AsyncProcessor API to call the callback done once you processing the message from BlockingQueue.

提交回复
热议问题