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

Consider Allowing JMS Autoconfig to use Java Credentials #3

Open
Mrc0113 opened this issue Apr 9, 2020 · 0 comments
Open

Consider Allowing JMS Autoconfig to use Java Credentials #3

Mrc0113 opened this issue Apr 9, 2020 · 0 comments

Comments

@Mrc0113
Copy link

Mrc0113 commented Apr 9, 2020

Consider expanding the Spring Boot JMS autoconfig to use the solace.java credential properties if solace.jms ones are not specified. This would allow for an app that uses Spring Boot JMS in conjunction with the Spring Cloud Stream Binder or Spring Boot JCSMP to only have to specify credentials once rather than twice like shown below:

solace:
  java:
    host: ${host:tcp://localhost:55555}
    msgVpn: ${msgVpn:default}
    clientUsername: ${clientUsername:default}
    clientPassword: ${clientPassword:default}
  jms:
    host: ${host:tcp://localhost:55555}
    msgVpn: ${msgVpn:default}
    clientUsername: ${clientUsername:default}
    clientPassword: ${clientPassword:default}
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

No branches or pull requests

1 participant