Description of problem: An apparent failure is reported when qpid-route is used to delete a route. It does appear to have worked however. Version-Release number of selected component (if applicable): qpidd-0.5.752581-26.el5 python-qpid-0.5.758389-1.el5 How reproducible: 100% Steps to Reproduce: 1. qpid-route route add localhost:5672 localhost:5673 amq.direct routing_key 2. qpid-route -e route del localhost:5672 localhost:5673 amq.direct routing_key Actual results: Failed: (0,) Expected results: No errors. Additional info: [gordon@mrg15 ~]$ qpid-route route add localhost:5672 localhost:5673 amq.direct routing_key [gordon@mrg15 ~]$ qpid-route -v -e route del localhost:5672 localhost:5673 amq.direct routing_key Closing bridge... Last bridge on link, closing link... Failed: (0,)
I suspect this problem no longer exists. Ernie, please check.
Yes, this problem no longer exists. (Tested on Fedora 17) With c++ broker built from trunk: $ ./qpid-route route add localhost:5672 localhost:5671 amq.direct routing_key $ ./qpid-route -v -e route del localhost:5672 localhost:5671 amq.direct routing_key Closing bridge... Last bridge on link, closing link... $ echo $? 0 Same results from broker built from 0.18: $ ./qpid-route route add localhost:5672 localhost:5671 amq.direct routing_key $ ./qpid-route -v -e route del localhost:5672 localhost:5671 amq.direct routing_key Closing bridge... Last bridge on link, closing link... $ echo $? 0
Thanks! -> CLOSED (currentrelease)