Re: [JMS] can I include ssl keystore & truststore in connectionfactory string

2017-02-15 Thread pqvchen1
I did open the debug and that's the only error I can see. But still thanks. Do you know how to include the file location in windows? in the connection string? -- View this message in context:

Re: [JMS] can I include ssl keystore & truststore in connectionfactory string

2017-02-15 Thread pqvchen1
I tried to use org.apache.qpid.jms.jndi.JmsInitialContextFactory for SSL connection and use the keystore in connection string in jndi.properties as indicated: connectionfactory.SBCF = amqps://127.0.0.1:5271?transport.keyStoreLocation=keystoreLocation=test=truststoreLoc=truststore And here is the

Re: [JMS]How to verify the connection is ready for creating session

2017-02-14 Thread pqvchen1
Just question further, is there a way that I can check whether the connection or session is healthy? and ready to send/receive message before I doing so? thanks again. Final question. -- View this message in context:

Re: [JMS]How to verify the connection is ready for creating session

2017-02-14 Thread pqvchen1
Thanks for reply. So can I just keep that connection open and not close even after the session is done? and reuse the connection for next createSession? -- View this message in context:

[JMS]How to verify the connection is ready for creating session

2017-02-14 Thread pqvchen1
I'm using qpid-jms-client-0.11.1.jar and try to figure out how to verify if a connection is ready for creating session. In initial I thought to check whether the connection is null or not and then realized that the connection object could be not null even it is not healthy to create a new

QPID Messaging API support AMQP 1.0 for ruby?

2017-02-07 Thread pqvchen1
I'm trying to figure out if QPID Messaging API supports AMQP 1.0 for ruby? the document only says it supports multiple language and version 1.0, 0-10. So Not sure if the ruby sample given in this link : https://qpid.apache.org/releases/qpid-0.32/index.html is for AMQP 1.0? Thanks -- View this