RabbitMQ學習

//創建消息隊列 @Configuration public class QueueConfig{ //創建隊列 @Bean public Queue createQueue(){ return new Queue(「hello-queue」); } } //消息發送者 @Component public class Sender{ @Autowired private AmqpTemplate
相關文章
相關標籤/搜索