RabbitMQ asynchronous support

后端 未结 4 2013
眼角桃花
眼角桃花 2020-12-09 16:28

Does the RabbitMQ .NET client have any sort of asynchronous support? I\'d like to be able to connect and consume messages asynchronously, but haven\'t found a way to do eith

4条回答
  •  Happy的楠姐
    2020-12-09 17:16

    there is no async/await support built in to the RabbitMQ .NET client at this point. There is an open ticket for this on the RabbitMQ .NET Client repository

提交回复
热议问题