users@glassfish.java.net

Re: How to encrypt jms communication between Java EE ...

From: <forums_at_java.net>
Date: Sun, 2 Feb 2014 21:55:47 -0600 (CST)

JMS communications using GlassFish Message Queue is unencrypted by default.
You would need to configure the MQ broker, and your connection factory, to
use SSL for JMS communication. The best place to start is the GlassFish
Message Queue admin guide, which has a chapter on message encryption
http://docs.oracle.com/cd/E18930_01/html/821-2438/aeogb.html#scrolltoc This
document is written assuming you are running a standalone MQ broker rather
than running one embedded in GlassFish. (I can't immediately find
documentation for configuring SSL for an embedded broker.) BUt it may point
you in the right direction. As you suspected, configuring SSL for EJB access
is unrelated to the use of SSL for JMS messages.

--
[Message sent by forum member 'nigeldeakin']
View Post: http://forums.java.net/node/901011