Thanks. In case others are interested, the correct call was:
MsgUnit[] msgUnit = xmlBlaster.get("<key oid='__cmd:" + data.session +
"/?peekCallbackMessages'/>", "<qos><querySpec
type='QueueQuery'><![CDATA[100]]></querySpec></qos>");
David
Marcel Ruff wrote:
Hi David,
the way to query queues is described in
http://www.xmlblaster.org/xmlBlaster/doc/requirements/engine.qos.queryspec.QueueQuery.html
The notation you have described seems to be broken in the current
xmlBlaster,
we need to check this,
regards
Marcel
David R Robison wrote:
How would I call the peek admin message? I am trying it as:
MsgUnit[] msgUnit = xmlBlaster.get("<key oid='__cmd:" + data.session
+ "/?peekCallbackMessages&50'/>", "<qos/>");
but getting the error
errorCode=resource.configuration message=#exported Error while SAX
parsing :1:79 : org.xml.sax.SAXParseException: The entity name must
immediately follow the '&' in the entity reference.
any thoughts?
TNX David