spring-cloud / spring-cloud/spring-cloud-stream

Expose RabbitAdmin retry template

Open
#2,306 4 comments 0 reactions 1 assignee View on GitHub

@garyrussell is already working on this.

Since Mar 20, 2022.

Backport 3.2.x enhancement
Dominant language
Java
Stars
1.1k
Forks
646
Avg merge
2d 3h
Merged PRs (30d)
8

Description

Spring Cloud Bus rabbit binder fails to recover from an extended network outage. If the outage is long enough for RabbitMQ to have deleted the exclusive queue, because it detected the client had gone away, then the queue is declared again. I originally posted this on Stackoverflow (https://stackoverflow.com/questions/53819877/spring-cloud-bus-fails-to-recover-after-network-outage/53822073#53822073). Gary Russel pointed out that RabbitAdmin retry policy is not configurable and is giving up after 5 retries.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.