Security and Authentication
You can know more about Security and Authentication and their respective methods through the information provided here.
Encryption
Of the standard JMS Drivers, only the driver for MQ supports SSL. The IBM WebSphere MQ Everyplace JMS Driver works only with a local Queue Manager - this is mandated by the IBM WebSphere MQ Everyplace architecture. The JMS Script Driver is a generic driver which supports whatever the corresponding user-provided JavaScript supports.
Authentication
Some JMS systems, such as IBM WebSphere MQ,, can use or even require the use of user name and password authentication. The System Queue provides two standard properties in global.properties or solution.properties which can be used to configure and supply a user name and password to the System Queue. These properties are systemqueue.auth.username and systemqueue.auth.password. These two properties are protected by the standard IBM Security Directory Integrator server encrypting of properties which are marked as {protect}-. In this way after these properties are set and the IBM Security Directory Integrator server is started the properties' values get encrypted. For more information about these two properties, see the System Queue Configuration section.