Re: Using Proton 0.7 to work with Qpid 0.26

2014-05-22 Thread Rajith Attapattu
Mark, Nothing is wrong with your code. The issue is down to a difference in how SASL is handled in the Proton java side and the c++ broker. If I comment out the SASL code in the messenger impl your example works properly. I have seen this issue before and will investigate it further. Rajith On

Using Proton 0.7 to work with Qpid 0.26

2014-05-22 Thread Mark Soderquist
I am struggling to get Proton 0.7 to send any messages to a Qpid 0.26 broker. I have been able to send and receive message using the Qpid Messaging API for AMQP 1.0 but would rather use Proton if I can. I'm sure I'm "just" missing something but I haven't found it yet. Here is my code: Messenger

[jira] [Resolved] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-585. Resolution: Fixed Tested that no padding holes remain by using: {code} pahole -H1 libqpid-p

[jira] [Updated] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-585: --- Fix Version/s: 0.8 > Can improve memory use by rearranging structs to eliminate padding > ---

[jira] [Commented] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006093#comment-14006093 ] ASF subversion and git services commented on PROTON-585: Commit 15

[jira] [Commented] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005981#comment-14005981 ] Andrew Stitcher commented on PROTON-585: There is a very useful tool "pahole" (par

[jira] [Created] (PROTON-585) Can improve memory use by rearranging structs to eliminate padding

2014-05-22 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-585: -- Summary: Can improve memory use by rearranging structs to eliminate padding Key: PROTON-585 URL: https://issues.apache.org/jira/browse/PROTON-585 Project: Qpid Pr