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

DMLC - null in Monitor Thread Name #1433

Closed
garyrussell opened this issue Mar 15, 2022 · 0 comments · Fixed by #1435
Closed

DMLC - null in Monitor Thread Name #1433

garyrussell opened this issue Mar 15, 2022 · 0 comments · Fixed by #1435

Comments

@garyrussell
Copy link
Contributor

garyrussell commented Mar 15, 2022

We are using getBean() instead of getListenerId().

Work around is to manually set a scheduler or copy the listener id into the bean name property.

https://stackoverflow.com/questions/71468360/which-component-is-creating-null-consumermonitor-threads/71483827#71483827

@garyrussell garyrussell added this to the 3.0.0-M2 milestone Mar 15, 2022
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Mar 15, 2022
Resolves spring-projects#1433

Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.

**cherry-pick to 2.4.x, 2.3.x**
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Mar 15, 2022
Resolves spring-projects#1433

Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.

**cherry-pick to 2.4.x, 2.3.x**
artembilan pushed a commit that referenced this issue Mar 15, 2022
Resolves #1433

Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.

**cherry-pick to 2.4.x, 2.3.x**
artembilan pushed a commit that referenced this issue Mar 15, 2022
Resolves #1433

Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.

**cherry-pick to 2.4.x, 2.3.x**
artembilan pushed a commit that referenced this issue Mar 15, 2022
Resolves #1433

Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.

**cherry-pick to 2.4.x, 2.3.x**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant