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/10/10 20:27:44 UTC

[jira] Created: (QPID-1349) Push routing for Federation

Push routing for Federation
---------------------------

                 Key: QPID-1349
                 URL: https://issues.apache.org/jira/browse/QPID-1349
             Project: Qpid
          Issue Type: New Feature
          Components: C++ Broker
    Affects Versions: M4
            Reporter: Ted Ross
            Assignee: Ted Ross
             Fix For: M4


In Federation (inter-broker linkage), routes are established inbound by the destination broker.  There are cases where it is preferable for the source broker to establish the route.  For example, a broker that is resident on a message producer may need to establish a federation link to a central broker and then configure queues and bindings for sending message to the central broker.  "Push" routing is appropriate in this case (so the central broker need not be configured with all of the producers).

The hooks for creating push routes are already present in the "bridge" method on the "Link" object.  The implementation has been absent up to this point.


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


[jira] Resolved: (QPID-1349) Push routing for Federation

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

Ted Ross resolved QPID-1349.
----------------------------

    Resolution: Fixed

> Push routing for Federation
> ---------------------------
>
>                 Key: QPID-1349
>                 URL: https://issues.apache.org/jira/browse/QPID-1349
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>             Fix For: M4
>
>
> In Federation (inter-broker linkage), routes are established inbound by the destination broker.  There are cases where it is preferable for the source broker to establish the route.  For example, a broker that is resident on a message producer may need to establish a federation link to a central broker and then configure queues and bindings for sending message to the central broker.  "Push" routing is appropriate in this case (so the central broker need not be configured with all of the producers).
> The hooks for creating push routes are already present in the "bridge" method on the "Link" object.  The implementation has been absent up to this point.

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