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

UserCredentialsConnectionFactoryAdapter should provide credentials to createContext #33270

Closed
TheCycoONE opened this issue Jul 24, 2024 · 1 comment
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Milestone

Comments

@TheCycoONE
Copy link

Since org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter exposes JMS 2.0 methods it should be extended to provide the same credential passing to createContext as it does for createConnection and other methods.

Currently is is surprising that createContext does not work, resulting in missing credentials.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jul 24, 2024
@snicoll snicoll added in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 25, 2024
@snicoll snicoll added this to the 6.2.0-M7 milestone Jul 25, 2024
@snicoll snicoll self-assigned this Jul 25, 2024
@snicoll
Copy link
Member

snicoll commented Jul 25, 2024

Thanks for the suggestion, this will be available in 6.2.0-SNAPSHOT shortly.

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: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants