You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Kim van der Riet (JIRA)" <ji...@apache.org> on 2011/06/01 21:17:47 UTC

[jira] [Resolved] (QPID-3287) [C++] Broker fails to set federation link flag on push links

     [ https://issues.apache.org/jira/browse/QPID-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim van der Riet resolved QPID-3287.
------------------------------------

    Resolution: Not A Problem

This is in fact correct behaviour; the flag is never set in response to start(), only to startOk(). In addition, the flag is only present for backwards compatibility, the authoritative check for the presence of a federated link is checking that federationPeerTag is not empty. This excludes the empty string "" as a valid federation tag.

> [C++] Broker fails to set federation link flag on push links
> ------------------------------------------------------------
>
>                 Key: QPID-3287
>                 URL: https://issues.apache.org/jira/browse/QPID-3287
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.10
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>
> The ConnectionHandler::Handler::start() method sets both the federation link flag and the federation peer tag; however similar code in ConnectionHandler::Handler::startOk() only sets the federation peer tag, but leaves the flag unset. This is causing loop detection to fail on push link tests.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org