|
Page Edited :
qpid :
Configure Java Qpid to use a SSL connection.
Configure Java Qpid to use a SSL connection. has been edited by Martin Ritchie (Dec 05, 2007). Content:Using SSL connection with Qpid Java.This section will show how to use SSL to enable secure connections between a Java client and broker. SetupBroker SetupThe broker configuration file (config.xml) needs to be updated to include the SSL keystore location details. Additions required to Connector Section <ssl>
<enabled>true</enabled>
<sslOnly>true</sslOnly>
<keystorePath>/path/to/keystore.ks</keystorePath>
<keystorePassword>keystorepass</keystorePassword>
</ssl>
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
