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

@SendTo annotation not found on Jms listener with JDK proxy [SPR-12513] #17118

Closed
spring-projects-issues opened this issue Dec 5, 2014 · 0 comments
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Stéphane Nicoll opened SPR-12513 and commented

If the bean that is being introspected for @JmsListener annotated method is a JDK proxy, the method used as the source of the Endpoint is the method of the proxy which does not reveal the @SendTo annotation on the underlying class.

We should find a way to retrieve that information properly. Adding @Transactional on your @JmsListener annotated method might be enough to trigger this problem.


Affects: 4.1 GA

Referenced from: commits adc7ad7

2 votes, 1 watchers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants