Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-905: Fix @RabbitListener Thread Names #908

Merged
merged 1 commit into from
Feb 17, 2019

Conversation

garyrussell
Copy link
Contributor

Fixes #905

Default container thread names are based on the bean name. @RabbitListener
containers are not beans; use getListenerId() instead (which falls back
to bean name for other containers).

cherry-pick to all supported branches

Fixes spring-projects#905

Default container thread names are based on the bean name. `@RabbitListener`
containers are not beans; use `getListenerId()` instead (which falls back
to bean name for other containers).

**cherry-pick to all supported branches**
@artembilan artembilan merged commit 5f4c60a into spring-projects:master Feb 17, 2019
@artembilan
Copy link
Member

... and cherry-picked to 2.1.x and 2.0.x.
Back ported pt 1.7.x as 9f7b65b after fixing conflicts and move a fix to the proper class.

@garyrussell garyrussell deleted the GH-905-21x branch February 19, 2019 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants