spring-amqp icon indicating copy to clipboard operation
spring-amqp copied to clipboard

Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ

Results 51 spring-amqp issues
Sort by recently updated
recently updated
newest added

**In what version(s) of Spring AMQP are you seeing this issue?** 2.2.20 up to latest _(probably earlier as well)_. **Describe the bug** When RabbitMQ service restarts, our log is flooded...

type: improvement

Add support for super streams.

type: enhancement

**Affects Version(s):** All currently supported versions (including `2.3.4`) --- ## Bug report The issue was originally reported for Spring Cloud Sleuth but it seems it is not a Sleuth issue...

type: improvement

https://docs.spring.io/spring-amqp/docs/current/reference/html/#auto-recovery Auto recovery is effectively disabled. https://stackoverflow.com/questions/71833624/spring-amqp-recovery-mechanism/71833738?noredirect=1#comment126940241_71833738

type: documentation
type: task
backport:2.4.x

**Expected Behavior** Use default value (bean name or class) for `@RabbitListener` annotation's attribute `replyPostProcessor` using message container factory like we do for `AfterReceivePostProcessors `and `BeforeSendReplyPostProcessors`. **Current Behavior** We can set...

type: enhancement
ideal-for-user-contribution

Hop will no longer support JDK 8 before the end of life of 2.4.x; there is only one hard dependency on Hop (in `LocalizedQueueConnectionFactory` to determine the hosting node of...

type: task
backport:2.4.x

## Enhancement Regarding javadoc of eg [convertSendAndReceiveAsType(...)](https://docs.spring.io/spring-amqp/docs/latest_ga/api/org/springframework/amqp/rabbit/core/RabbitTemplate.html#convertSendAndReceiveAsType-java.lang.Object-org.springframework.amqp.rabbit.connection.CorrelationData-org.springframework.core.ParameterizedTypeReference-) > > Returns: > the response if there is one. [I suggest adding: **null on timeout**] > Throws: > AmqpException - if there...

status: waiting-for-reporter

**Affects Version(s):** 2.3.11 `ConnectionFactory` created by Spring Boot can be customized in several ways, `ConnectionFactoryCustomizer`s, `ConnectionNameStrategy` to name a few. Also there is at least one post processor `RabbitConnectionFactoryMetricsPostProcessor` enabling...

status: waiting-for-reporter
type: enhancement