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

**Expected Behavior** if consumer detect **Bad Queue**, get rid of it while preserving **Good Queue** **Current Behavior** No action on Bad Queue and Good Queue (It seems that there are...

type: enhancement

**Expected Behavior** I want the auto-configuration to set the `observationEnabled` parameter of `RabbitTemplate` and `AbstractRabbitListenerContainerFactory` to true by default. **Current Behavior** Micrometer Tracing does not work out of the box...

type: enhancement

RabbitMQ Version: RabbitMQ 3.11.0 spring-amqp Version: 2.2.2 RLEASE springboot Version: 2.2.2 RLEASE OS Version: Ubuntu 20.04-Server LTS I discovered a lot of messages in two queues ('MeasuringMessageConsumer.raw.realtime' and 'MeasuringMessageConsumer.cooked.eigenvalue') that...

status: waiting-for-reporter

### Discussed in https://github.com/spring-projects/spring-amqp/discussions/1520 Originally posted by **rfelgent** October 18, 2022 Hi @all, at my company we have created code that exposes basic admininistration functionality for `[Simple|Direct]MessageListenerContainer`: the so called...

type: enhancement

**[marcesso](https://jira.spring.io/secure/ViewProfile.jspa?name=marcesso)** opened **[AMQP-843](https://jira.spring.io/browse/AMQP-843?redirect=false)** and commented Enable acknowledging management in receiveAndReply() method:   `throw new AmqpRejectAndDontRequeueException("rejected");` could reject the message and send it to dead letter exchange. For now, the exception is...

type: enhancement
in: rabbitmq

**[Wilfredo Sellado](https://jira.spring.io/secure/ViewProfile.jspa?name=sincang)** opened **[AMQP-420](https://jira.spring.io/browse/AMQP-420?redirect=false)** and commented Our application can process 400K XML files of 2MB in size per hour setting the 80 threads in SimpleMessageListernerContainer as the max. However, there...

type: enhancement
in: rabbitmq

Bumps the development-dependencies group with 1 update: com.github.spotbugs. Updates `com.github.spotbugs` from 6.0.17 to 6.0.18 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.spotbugs&package-manager=gradle&previous-version=6.0.17&new-version=6.0.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't...

type: task

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 Commits...

type: dependency-upgrade

**Expected Behavior** Support for consistent hash exchange type, which is now supported by rabbit mq **Current Behavior** **Context**

type: enhancement
in: rabbitmq

Version 3.1.4. I recently wrote about a [bug ](https://github.com/spring-projects/spring-amqp/issues/2673) with a memory leak that occurred due to the fact that the internal pending map was not cleaned up after receive...

type: bug
status: waiting-for-triage