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.