cancel
Showing results for 
Search instead for 
Did you mean: 

Message security while using JMS

Chandra_Hota
Participant
0 Kudos

Hello,

In PI7.0 we are using JMS adapter to pull data from another MQ system.

How can we make this call secure?

I mean, during data transfer using FTP or HTTP, we can use FTPS or HTTPS. In case of JMS, is there any way in which message security can be provided?

Many Thanks in advance,

Chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos

I am doubtful if any such thing works for JMS adapter. I remember seeing an article on SDN which tells how to implement SSL in JMS (websphereMQ) for XI3.0

But for other part (SonicMQ, Weblogic) I think it is not possible.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Chandra,

The Security Provider Service of the session container then forces authentication against the policy configuration that is configured for JMS X.509 certificate authentication. Otherwise, the anonymous user is configured for J2EE Engine.

Check the below link:

http://help.sap.com/saphelp_sm32/helpdata/en/cb/b0ceb823984a62bf017a42179af99a/content.htm

Thanks,