springboot 和 rabbitmq 实现同步和异步队列

异步队列配置代码 @Component @RabbitListener(bindings = {@QueueBinding(value = @Queue(value = "async"), exchange = @Exchange(value = "async.exchange"))}) public class AsyncConsumer { public void execute(M
相关文章
相关标签/搜索