[ https://issues.apache.org/jira/browse/PROTON-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322988#comment-14322988 ]
ASF GitHub Bot commented on PROTON-811: --------------------------------------- GitHub user dnwe opened a pull request: https://github.com/apache/qpid-proton/pull/8 PROTON-811: safely handle TransportException Previously TransportException could be thrown in the TransportImpl beforePosition initializer that was using tail() directly without a separate catch to ignore it. It seems cleaner to add a position() accessor to the TransportInput interface that handles closed streams in the same way as capacity(), without throwing the RuntimeException You can merge this pull request into a Git repository by running: $ git pull https://github.com/dnwe/qpid-proton fix-proton-811 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/qpid-proton/pull/8.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8 ---- commit b39e7cc4963309c1567054dbea4b13f8f644872a Author: Dominic Evans <dominic.ev...@uk.ibm.com> Date: 2015-02-16T16:45:30Z PROTON-811: safely handle TransportException Previously TransportException could be thrown in the TransportImpl beforePosition initializer that was using tail() directly without a separate catch to ignore it. It seems cleaner to add a position() accessor to the TransportInput interface that handles closed streams in the same way as capacity(), without throwing the RuntimeException ---- > [PATCH] proton-j: no way to implement idle timeout of a connection > ------------------------------------------------------------------ > > Key: PROTON-811 > URL: https://issues.apache.org/jira/browse/PROTON-811 > Project: Qpid Proton > Issue Type: Bug > Components: proton-j > Affects Versions: 0.8 > Reporter: Adrian Preston > Fix For: 0.9 > > Attachments: 0001-idle_timeout.patch, > 0001-proton-j-updates-for-idle-timeout-mk3.patch, > 0001-proton-j-updates-for-idle-timeout-mk4.patch, > 0001-proton-j-updates-for-idle-timeout.patch > > > Proton-J does not provide access to idle timeout values and there appears to > be no way to send a empty frame (as per section 2.4.5 of the AMQP 1.0 > standard) -- This message was sent by Atlassian JIRA (v6.3.4#6332)