Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
./qpidd_route -v add host1 host2 hub1.topic hub2.topic.stock.buy
./qpidd_route -v add host1 host2 hub1.topic hub2.topic.stock.sell
./qpidd_route -v add host1 host2 hub1.topic 'hub2.topic.stock.#'
./qpidd_route -v add host1 host2 hub1.topic 'hub2.#'
./qpidd_route -v add host1 host2 hub1.topic 'hub2.topic.#'
./qpidd_route -v add host1 host2 hub1.topic 'hub2.global.#'

Using qpid-mgmt

This utility provided a telnet style interface to be able to view, list all stats and action
all the methods. Simple capture below. Best to just play with it and mail the list if you have
questions or want features added.

...