Trying to move from waypoints to link routing and can't seem to get it to 
work...

Waypoint setup:

Stand-Alone Router or Interior
- 2 Brokers each with a queue named fooQueue

Goal send/recv messages with a spread bias between both brokers using a single 
address/prefix

Here's the waypoint setup:

connector {
    name: broker136
    role: on-demand
    addr: 172.17.0.136
    port: 5672
    sasl-mechanisms: ANONYMOUS
}

waypoint {
     address: foo
     connector: broker136
     in-phase: 0
     out-phase: 1
}

fixedAddress {
    prefix: foo
    phase:  0
    fanout: single
    bias:   closest
}

fixedAddress {
    prefix: foo
    phase:  1
    fanout: single


Any ideas on how to setup the link Route pattern to do the same thing?

Gibson, Jack
Chief Architect - Core Payments Platforms
PayPal

Reply via email to