[jira] [Created] (PROTON-492) proton-c: Messenger should allow custom link name to be specificied

2014-01-23 Thread Dominic Evans (JIRA)
Dominic Evans created PROTON-492: Summary: proton-c: Messenger should allow custom link name to be specificied Key: PROTON-492 URL: https://issues.apache.org/jira/browse/PROTON-492 Project: Qpid

Re: Protocol detection

2014-01-23 Thread Ken Giusti
Hi Saggi Sounds like you need to handle all the socket i/o directly, rather than having Proton do it under the covers, right? To do this, you'll need to avoid using the Driver and Connector and Listener classes from the Python binding - these classes perform all socket management and I/O, for

Re: Finding available channels on a pn_connection_t

2014-01-23 Thread Rafael Schloming
Hi Alan, I think you're correct. I don't think there is any attempt to limit the number of channels used. I'll add some API to make the max number of channels available. --Rafael On Wed, Jan 22, 2014 at 4:38 PM, Alan Conway acon...@redhat.com wrote: I'm trying to solve a problem for HA on the

[jira] [Updated] (PROTON-417) Remove/optionalize bouncycastle dependency

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-417: --- Fix Version/s: (was: 0.6) 0.7 Remove/optionalize

[jira] [Updated] (PROTON-287) Fix Qpid Proton-C build with MinGW on Fedora

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-287: --- Fix Version/s: (was: 0.6) 0.7 Fix Qpid Proton-C build with

[jira] [Updated] (PROTON-476) Support a user-context for SASL and SSL objects.

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-476: --- Fix Version/s: (was: 0.6) 0.7 Support a user-context for

[jira] [Updated] (PROTON-439) Support for dynamic reply-to address in Messenger

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-439: --- Fix Version/s: (was: 0.6) 0.7 Support for dynamic reply-to

[jira] [Updated] (PROTON-462) Documentation: Add doxygen overview file for Proton C API

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-462: --- Fix Version/s: (was: 0.6) 0.7 Documentation: Add doxygen

[jira] [Updated] (PROTON-445) Binding installation ignores prefix

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-445: --- Fix Version/s: (was: 0.6) 0.7 Binding installation ignores

[jira] [Commented] (PROTON-494) remove JNI binding

2014-01-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880120#comment-13880120 ] ASF subversion and git services commented on PROTON-494: Commit

[jira] [Created] (PROTON-495) fix proton constructors to not be so brittle

2014-01-23 Thread Rafael H. Schloming (JIRA)
Rafael H. Schloming created PROTON-495: -- Summary: fix proton constructors to not be so brittle Key: PROTON-495 URL: https://issues.apache.org/jira/browse/PROTON-495 Project: Qpid Proton

Re: Protocol detection

2014-01-23 Thread Rafael Schloming
On Thu, Jan 23, 2014 at 12:07 PM, Barak Azulay bazu...@redhat.com wrote: Thanks ken, This looks very helpful - we will try it. In addition - who can we talk to about the java binding for qpid-proton (AMQP 1.0), What would you like to know? --Rafael

[jira] [Updated] (PROTON-200) Credit distribution by messenger is not balanced across all links

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-200: --- Fix Version/s: (was: 0.7) 0.6 Credit distribution by

[jira] [Resolved] (PROTON-200) Credit distribution by messenger is not balanced across all links

2014-01-23 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-200. Resolution: Fixed Credit distribution by messenger is not balanced across all

[jira] [Commented] (PROTON-488) Windows 7 64-bit VS2010 qpid-proton Crash on Startup with Send / Recv Application

2014-01-23 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880309#comment-13880309 ] Chuck Rolke commented on PROTON-488: I never let cmake decide which compiler to use.

Re: [jira] [Commented] (PROTON-488) Windows 7 64-bit VS2010 qpid-proton Crash on Startup with Send / Recv Application

2014-01-23 Thread Cliff Jansen
I can reproduce the problem even when using cmake as recommended. The problem is proton's fast and loose use of binary data in the codec. The assumption that a struct will be placed on the stack a certain way falls apart in 64bit Visual Studio, so that it is no longer OK to use either a single