Spring Cloud Stream - Solace JMS Client Passwords configuration

dam_player
dam_player Member Posts: 4

Hi All,
Let me share steps we use for us,
1. We have autoconfiguration for queues and topics, (using solace binders(Sink, Source, StreamBinders))
2. We have solace auto configurations
3. Solace clients( random generated clients) connects to queues
4. I have to decrypt the password and inject the same password in runtime by using another service, but I am not able to understand which object/factory I should create, (Don't forget I am not creating any factory, JCSMPSession ), so do let me know if any suggestions on this,
5. at same time I also have to configure truststore password, so any suggestions guys,

Thank you

Comments