摘要:
错误: received the value 'exchange_dlx' of type 'longstr' but current is none, 原因:queue已经存在,但是启动时试图设定一个 x-dead-letter-exchange 参数,这和服务器上的定义不一样,server 不允 阅读全文
摘要:
当测试方法结束,rabbitmq相关的资源也就关闭了,虽然我们的消息发送出去,但异步的ConfirmCallback却由于资源关闭而出现了上面的问题 @Test void testConfirm() throws InterruptedException { //定义回调 rabbitTemplat 阅读全文