JMS Get started samples do not show how to set password
mdspielman opened this issue · comments
Mark Spielman commented
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.
Balázs Czoma commented
I'm taking a look at this.