You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <qp...@incubator.apache.org> on 2008/05/21 23:39:55 UTC

[jira] Created: (QPID-1087) Improvements to inter-broker federation

Improvements to inter-broker federation
---------------------------------------

                 Key: QPID-1087
                 URL: https://issues.apache.org/jira/browse/QPID-1087
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
    Affects Versions: M3
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor
             Fix For: M3


There were a few issues with federation that are fixed in this update:

1) Broker-to-broker authentication was ANONYMOUS only.  Support has been added for PLAIN authentication.
2) When auth failed on a link, the client broker would retry aggressively.  The new behavior is that the client link goes into a "failed" state with an auth-failed indication.
3) In some cases, the loss of the connection between brokers was not handled properly or retried.  This has been fixed.
4) The architecture of the code has been improved.  Notably, a namespace dependency in "sys" on "broker" has been removed.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (QPID-1087) Improvements to inter-broker federation

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross closed QPID-1087.
--------------------------

    Resolution: Fixed

> Improvements to inter-broker federation
> ---------------------------------------
>
>                 Key: QPID-1087
>                 URL: https://issues.apache.org/jira/browse/QPID-1087
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: M3
>
>
> There were a few issues with federation that are fixed in this update:
> 1) Broker-to-broker authentication was ANONYMOUS only.  Support has been added for PLAIN authentication.
> 2) When auth failed on a link, the client broker would retry aggressively.  The new behavior is that the client link goes into a "failed" state with an auth-failed indication.
> 3) In some cases, the loss of the connection between brokers was not handled properly or retried.  This has been fixed.
> 4) The architecture of the code has been improved.  Notably, a namespace dependency in "sys" on "broker" has been removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.