o.s.a.r.listener.BlockingQueueConsumer : Failed to declare queue: queueName. That just means that the queue doesn’t exist. @RabbitListener(queues = #{autoDeleteQueue2.name}) That is used to get the queue name at runtime (when you have permission to create queues). e.g.
o.s.a.r.listener .BlockingQueueConsumer : Failed to declare queue : runtimeCmdResults.anonymous.pTfeJVxdS-S2iG0GI6Oe3g o.s.a.r.listener .BlockingQueueConsumer : Queue …
11/13/2019 · Failed to declare queue by RabbitMQ for Activiti Cloud Connector Hello, I am a Java developer working on creating a bpmn engine using Activiti deployed on a GKE Cluster. Currently, I have the cloud application set up and a runtime bundle with a bpmn process as well.
Teams. Q&A for Work. Stack Overflow for Teams is a private, secure spot for you and your coworkers to find and share information.
1?????? 2019-07-03 13:11:11.106 WARN 11944 — [cTaskExecutor-1] o.s.a.r.listener .BlockingQueueConsumer : Failed to declare queue : hello 2019-07-03 13:11:11.118 WARN 11944 — [cTaskExecutor-1] …
2019-05-06 18:25:23.493 WARN 5440 — [cTaskExecutor-2] o.s.a.r.listener .BlockingQueueConsumer : Failed to declare queue : helloZyh 2019-05-06 18:25:23.496 WARN 5440 — [cTaskExecutor-2] o.s.a.r.listener .BlockingQueueConsumer : Queue declaration failed ; retries left=3 ??????????????? ??helloZyh??? …
I have a Spring Cloud Stream application using RabbitMQ binder, built on Spring Boot 1.5 and Spring Cloud Edgware.SR4.For some reason, Spring Cloud Bus fails to recover from a network outage that lasts at least 30 seconds (duration may depend on your environment).
If I were to restart rabbit3, then the queue goes away. However, service1 still has a good connection to rabbit2. It detects that the consumer for the auto-delete queue has gone away and attempts to restart that, but it then does the passive queue declaration which fails, and then it just keeps retrying forever.
