SolaceSamples / solace-samples-jms

Getting Started Samples for the Solace JMS API.

Home Page:https://tutorials.solace.dev/jms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMS Get started samples do not show how to set password

mdspielman opened this issue · comments

It would be nice if the samples showed how to set a password. It should show an example of this.

env.put(Context.SECURITY_CREDENTIALS, password);

It would be reasonable to add this across all samples and add a small discussion in the tutorials markdown files under the "Connecting" section.

I'm taking a look at this.