[jira] [Created] (PROTON-1) Provides %contract assurances in the swig layer for language bindings.

2012-08-14 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-1: - Summary: Provides %contract assurances in the swig layer for language bindings. Key: PROTON-1 URL: https://issues.apache.org/jira/browse/PROTON-1 Project: Qpid Prot

[jira] [Updated] (PROTON-1) Provides %contract assurances in the swig layer for language bindings.

2012-08-14 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated PROTON-1: -- Attachment: 0001-Provides-contract-guarantees-to-language-bindings.patch > Provides %contract

[jira] [Created] (PROTON-2) Support for SSL/TLS

2012-08-14 Thread Ken Giusti (JIRA)
Ken Giusti created PROTON-2: --- Summary: Support for SSL/TLS Key: PROTON-2 URL: https://issues.apache.org/jira/browse/PROTON-2 Project: Qpid Proton Issue Type: New Feature Reporter: Ken G

[jira] [Commented] (PROTON-2) Support for SSL/TLS

2012-08-14 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434197#comment-13434197 ] Ken Giusti commented on PROTON-2: - Development is being done on the driver_abstraction svn b

SSL support

2012-08-14 Thread Rajith Attapattu
Rafi, >From what I understand there are two ways to use SSL/TLS with AMQP 1.0 a) A secure connection is established right off the bat. b) A regular tcp connection is established and then based on the AMQP header (with a protocol id of 2) you start encrypting the packets that follow. The first o

Re: SSL support

2012-08-14 Thread Rob Godfrey
On 14 August 2012 20:40, Rajith Attapattu wrote: > Rafi, > > From what I understand there are two ways to use SSL/TLS with AMQP 1.0 > > a) A secure connection is established right off the bat. > > b) A regular tcp connection is established and then based on the AMQP > header (with a protocol id of

Re: SSL support

2012-08-14 Thread Rafael Schloming
On Tue, Aug 14, 2012 at 4:36 PM, Rob Godfrey wrote: > On 14 August 2012 20:40, Rajith Attapattu wrote: > > Rafi, > > > > From what I understand there are two ways to use SSL/TLS with AMQP 1.0 > > > > a) A secure connection is established right off the bat. > > > > b) A regular tcp connection is e

[jira] [Created] (PROTON-3) Packages the Proton Ruby bindings as a Ruby gem.

2012-08-14 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-3: - Summary: Packages the Proton Ruby bindings as a Ruby gem. Key: PROTON-3 URL: https://issues.apache.org/jira/browse/PROTON-3 Project: Qpid Proton Issue Type

[jira] [Updated] (PROTON-3) Packages the Proton Ruby bindings as a Ruby gem.

2012-08-14 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated PROTON-3: -- Attachment: 0001-Provides-a-means-for-packaging-Proton-as-a-Ruby-gem.patch > Packages the Pro

[jira] [Commented] (PROTON-1) Provides %contract assurances in the swig layer for language bindings.

2012-08-14 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434525#comment-13434525 ] Rafael H. Schloming commented on PROTON-1: -- I've applied this patch and made a few

Re: SSL support

2012-08-14 Thread Andrew Stitcher
On Tue, 2012-08-14 at 16:51 -0400, Rafael Schloming wrote: > > I'm not sure we have a pressing need to support this mechanism. A > > pattern that would potentially be more interesting is to run TLS and > > non-TLS connections on the same port. > > > > I believe the C++ broker supports this. Andre