Hello Kyle

On 15 April 2013 05:45, Kyle <[email protected]> wrote:
> In java 0.20 version of AMQP.
>
> When enable SSL option, I just wonder why AMPQ does not support
> keystore_path, truststore_path, keystore_password and truststore_password in
> Connection URL?

This is supported already by way of broker list options within the
connection url.  See:

http://qpid.apache.org/books/0.20/Programming-In-Apache-Qpid/html/QpidJNDI.html#section-jms-connection-url

Take care with the quouting of argument values.

> I don't want to configure these parameters as environment
> variables by setting javax.net.ssl.keyStore, javax.net.ssl.keyStorePassword,
> ect.

For clarity, these are JVM system properties rather than OS
environment variables.

>
> How can I do if I want to use SSL with my own KeyStore and TrustStore object
> instead of using paths of file system?

This is not a supported use case. Indeed, the JMS API exposes no
interface in this area apart from the connection url.

HTH,

Keith Wall.

>
> --
> View this message in context: 
> http://qpid.2158936.n2.nabble.com/SSL-option-tp7591508.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to