[jira] [Resolved] (PROTON-823) Proton prints some log/trace information to stdout/stderr.

2015-02-20 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-823. Resolution: Fixed > Proton prints some log/trace information to stdout/stderr. > ---

[jira] [Commented] (PROTON-823) Proton prints some log/trace information to stdout/stderr.

2015-02-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329424#comment-14329424 ] ASF subversion and git services commented on PROTON-823: Commit aa

[jira] [Created] (PROTON-825) BlockingReceiver.receive() uses 100% CPU.

2015-02-20 Thread Jeff Ortel (JIRA)
Jeff Ortel created PROTON-825: - Summary: BlockingReceiver.receive() uses 100% CPU. Key: PROTON-825 URL: https://issues.apache.org/jira/browse/PROTON-825 Project: Qpid Proton Issue Type: Bug

[jira] [Commented] (PROTON-811) [PATCH] proton-j: no way to implement idle timeout of a connection

2015-02-20 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329113#comment-14329113 ] Robbie Gemmell commented on PROTON-811: --- Thanks [~dnwe], that was quick :) All bett

[jira] [Created] (PROTON-824) Windows fails testIdleTimeout with assert p.conn.remote_condition

2015-02-20 Thread Chuck Rolke (JIRA)
Chuck Rolke created PROTON-824: -- Summary: Windows fails testIdleTimeout with assert p.conn.remote_condition Key: PROTON-824 URL: https://issues.apache.org/jira/browse/PROTON-824 Project: Qpid Proton

Re: [3/3] qpid-proton git commit: PROTON-822: removed deprecated message save/load as it has been deprecated for a while now and was also the cause of a valgrind error

2015-02-20 Thread Robbie Gemmell
Could you make the related change be made on the Java bits too? Presumably its python shim as well? I happened to mention that stuff in an email yesterday and found this when I went looking for the C version. Would have been nice if it was marked deprecated on proton-j at the same time, I would pr

Re: [java] Message codec improvements

2015-02-20 Thread Robbie Gemmell
On 20 February 2015 at 03:57, Rajith Muditha Attapattu wrote: >> Most of the things I'd consider most awkward about about the current >> codebase have little to do with the Message, but rather all the stuff >> you need before you get that far. >> > Changing or improving Message or any of the publi

Re: Ruby: Engine send experiencing problems

2015-02-20 Thread Rafael Schloming
This problem could be coming from a couple of different places. I notice you are wrapping the collector and then trying to build your own plumbing in ruby at the same time. I'd suggest you start by wrapping the Reactor first. This will give you a smaller surface area to wrap in order to get to work

[jira] [Commented] (PROTON-811) [PATCH] proton-j: no way to implement idle timeout of a connection

2015-02-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329026#comment-14329026 ] ASF subversion and git services commented on PROTON-811: Commit 6f

[jira] [Commented] (PROTON-811) [PATCH] proton-j: no way to implement idle timeout of a connection

2015-02-20 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329008#comment-14329008 ] Robbie Gemmell commented on PROTON-811: --- The latest changes appear to have broken th