Connecting to Websphere MQ over SSL

View: New views
5 Messages — Rating Filter:   Alert me  

Connecting to Websphere MQ over SSL

by Ryan J. R :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi experts,
  We have a requirement , where we need to secure the connection using a SSL. Is there any configuration that the mule can provide so that we can achieve the above.
 
  PLease help me out with this.

Re: Connecting to Websphere MQ over SSL

by Ravi Kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Using the JMS or WMQ EE transport. If you are using the JMS transport this should be possible using websphere MQ 6.x or above. I did not try it myself but on the MQQueueConnectionFactory you can set a SSLSocketFactory and SSLCipherSuite. If you are using the WMQ EE transport I don't know.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Parent Message unknown Re: Connecting to Websphere MQ over SSL

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

For EE transport one can still reference an externally configured connection factory. This is really just a matter of following MQ docs, I know of large Mule production deployments where MQ is only through ssl.

HTH,
Andrew

On Oct 28, 2009 9:41 AM, "Richard Swart" <mule.user.relay@...> wrote:

Using the JMS or WMQ EE transport. If you are using the JMS transport this should be possible using websphere MQ 6.x or above. I did not try it myself but on the MQQueueConnectionFactory you can set a SSLSocketFactory and SSLCipherSuite. If you are using the WMQ EE transport I don't know.

--------------------------------------------------------------------- To unsubscribe from this list...


Re: Connecting to Websphere MQ over SSL

by Ryan J. R :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello Richard,
  thanks for the information. But ,i am using digital certificate to authenticate the user and  how do i set the keyStore and the keyStroePassword using this. i cannot find and such attribute in SSLSocketFactory.

   PLease help me out with this.


Thank you.


Richard Swart wrote:
Using the JMS or WMQ EE transport. If you are using the JMS transport this should be possible using websphere MQ 6.x or above. I did not try it myself but on the MQQueueConnectionFactory you can set a SSLSocketFactory and SSLCipherSuite. If you are using the WMQ EE transport I don't know.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Re: Connecting to Websphere MQ over SSL

by Ravi Kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

First you have to create an SSLContext. You can load a KeyStore there. See the following link as an example.

http://mqseries.net/phpBB/viewtopic.php?p=257189&sid=eb0b26ad27da8775dde6fc6c007640e4

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email