I don't think you can configure a demand forwarding bridge directly. You
can configure it via the network connector which creates the demand
forwarding bridge (I think the xbean annotation is really confusing,
since you can't really use it via xbean config anyways). Only class that
you can configure it with is the multicast network connector, which
overwrites it anyways when starting. :)
Bruce Snyder wrote:
On 12/5/06, Marlon Santos <[EMAIL PROTECTED]> wrote:
Thanks,
I already found that part of the documentation but I need to know the
exact
or sample configurations of an actual xml file.
Upon looking at the XSD, the demandForwardBridge element is not listed
as a child of the broker element, so I'm a bit perplexed. Though I did
find that James references XML configurations for
demandForwardBridging in this old JIRA issue:
http://issues.apache.org/activemq//browse/AMQ-632
But these are entirely clear to me. Maybe James can comment on them
again.
Bruce