hi,Ted Ross.
I have some questions about dispatch.I use it lasterday and I find that it's
report error when I use ./qpidd and ./qdrouterd at the same time.Report As
follow:
        warning Couldn't listen to: 0.0.0.0:5672: Can't bind to port
0.0.0.0:5672: Address already in use
Here is my routerd.conf setting:
 router {
    mode: standalone
    id: Router.A
}

listener {
    host: 127.0.0.1
    port: 5672
    authenticatePeer: no
}

connector {
    name: broker
    role: route-container
    host: 127.0.0.1
    port: 5672
    sasl-mechanisms: ANONYMOUS
}

address {
    prefix: queue
    waypoint: yes
}

autoLink {
    addr: queue.first
    dir: in
    connection: broker
}

autoLink {
    addr: queue.first
    dir: out
    connection: broker
}

Since I am new in QIPD and any help is appreciated.




--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Qpid-dispatch-router-issue-tp7648428p7649538.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to