cancel
Showing results for 
Search instead for 
Did you mean: 

JMS To MQSeries with SSL.

Former Member
0 Kudos

Hi All,

We are using a JMS adapter to connect to MQSeries now I have following questions:

1) Whether JMS adapter supports SSL connections to MQ queues, the Queue in MQ would be SSL queue, can PI support picking up data from this queue?

2) MQ failover- If one MQ queuemanager fails, Can PI directly connect to another one, in order to get the messages.

Please provide relevant documents.

Thanks & Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

agasthuri_doss
Active Contributor
0 Kudos

Hey,

>2) MQ failover- If one MQ queuemanager fails, Can PI directly connect to another one, in order to get the messages.

Assuming you are going to maintaining the same( Queue Name , Queue Manager name ) in the fail over server, If that so try this

In Adapter - IP address /Server name - abc.com,xyz.com ( abc.com - Main server ,xyz.com - Fail over server )

Cheers

Agasthrui

JaySchwendemann
Active Contributor
0 Kudos

Can anybody confirm if specifying a list (abc.com,xyz.com) is really working?

Cheers

Jens

agasthuri_doss
Active Contributor
0 Kudos

Hey,

Adding to Mark,

>1) Whether JMS adapter supports SSL connections to MQ queues, the Queue in MQ would be SSL queue,

No, JMS Adapter do not support SSL.

>can PI support picking up data from this queue?

Yes, PI can read the message from the Queue - MQ

Cheers

Agasthuri

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

1) JMS Spec does not specify any api for security and as such there is no explicit SSL support from JMS Adapter.

Following is an extract from the JMS spec itself : (Please also refer to point 5 in the FAQ note #856346 )

JMS does not provide features for controlling or configuring message integrity or message privacy. It is expected that many JMS providers will provide such features. It is also expected that configuration of these services will be handled by providerspecific administration tools.

2) I don't know the answer to this. Perhaps someone else can answer this? You will find some more info in the note #1086303

XI JMS Adapter and IBM Websphere MQ: FAQ

Regards

Mark