Hi all, I am trying to play with Dispatch Router but dont understand its addressing. In particular:
1) Having a router listening on port say 10000, how to point qdstat to it? $ tools/qdstat -a -b "amqp://0.0.0.0:10000/" Failed: MessengerException - [-2]: unable to connect to amqp:/#: getaddrinfo(amqp, ): Name or service not known $ tools/qdstat -a -r "amqp://0.0.0.0:10000/" No response from router amqp://0.0.0.0:10000/ after timeout $ tools/qdstat -a -r "amqp://0.0.0.0:10000/local/$management" -t 1 No response from router amqp://0.0.0.0:10000/local/ after timeout $ .. 2) Having a mobile listener on address "my-address" on router A inter-connected to router B, what tool and what address to use to send messages there? I tried qpid-send from qpid broker with addresses: "amqp://0.0.0.0/my-address" "/my-address" but apparently qpid-send is stuck to "message.to/message.routingKey" schema. [1] refers to send.py and recv.py but I cant locate them in either Dispatch or Qpid broker sources. Thanks in advance for hints. Kind regards, Pavel [1] http://qpid.apache.org/releases/qpid-dispatch-0.1/notes.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org