Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.7
-
None
-
Linux (RHEL 5), Qpid svn trunk, xerces-c-2.7.0-8.el5
Description
In using the qpid/cpp/examples/messaging/hello_xml.cpp example to figure something out, I changed the sent message's <station> element to Boston. This should cause the message to not pass the XQuery set in the receiver. But when executed, the "Boston" message is still received.
$ ./hello_xml
<weather><station>Boston (BOS)</station><wind_speed_mph>16</wind_speed_mph><temperature_f>70</temperature_f><dewpoint>35</dewpoint></weather>