jmstemplate « Security « Spring Q&A





1. Spring JmsTemplate + Security    stackoverflow.com

I've just refactored some code that published to a JMS topic to use Spring's JmsTemplate class and now I'm receiving an exception stating I'm not authenticated. Previously I created the factory, made ...

2. Spring JMSTemplate and SSL    forum.springsource.org

Hi I have written an application using Spring JMSTemplate, I need to connect using SSL. Please help me with the guidelines on how to load keystore files and if there are ...