[
https://issues.apache.org/jira/browse/PROTON-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613249#comment-14613249
]
ASF GitHub Bot commented on PROTON-931:
---------------------------------------
GitHub user dnwe opened a pull request:
https://github.com/apache/qpid-proton/pull/41
PROTON-931: proton-j expose detached state of Link
The Link detached state is required to assess when a
LINK_REMOTE_DETACHED event is received as to whether or not it was as a
result of a local detach or the remote end detaching or closing the
link.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dnwe/qpid-proton proton-931
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-proton/pull/41.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 #41
----
commit dcc09f153e0f02b8f9895d76e652b0adf6bb5f76
Author: Dominic Evans <[email protected]>
Date: 2015-07-03T15:24:36Z
PROTON-931: proton-j expose detached state of Link
The Link detached state is required to assess when a
LINK_REMOTE_DETACHED event is received as to whether or not it was as a
result of a local detach or the remote end detaching or closing the
link.
----
> proton-j: unable to determine if LINK_REMOTE_DETACH happened in response to a
> local detach
> ------------------------------------------------------------------------------------------
>
> Key: PROTON-931
> URL: https://issues.apache.org/jira/browse/PROTON-931
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-j
> Affects Versions: 0.9.1
> Reporter: Dominic Evans
> Fix For: 0.10
>
>
> The Link `detached` state is required to assess when a
> LINK_REMOTE_DETACHED event is received as to whether or not it was as a
> result of a local detach or the remote end detaching the link for some other
> reason. Currently this is not exposed in the Link interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)