NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)

Managing the NSJMS Environment
NonStop Server for Java Message Service User’s Manual522356-006
7-19
The XML Interface
XML Sample Reply
This is the sample reply to the previous request for information about a queue named
sales:
This is an example of the previous sample reply returned through your web browser:
XML Reply DTD
This sample reply DTD is used internally to validate XML replies when the system
property Servlet.xmlvalidate is set to true:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE AdminReply>
<AdminReply>
<reply>
<text>Destination Name : sales</text>
<text>Destination ID : 1</text>
<text>Destination Expiry : 0</text>
<text>Destination Create Date: Mon Mar 05 18:45:33 PST 1997</text>
</reply>
</AdminReply>
<!ELEMENT AdminReply (reply)>
<!ELEMENT reply (text*)>
<!ELEMENT text (#PCDATA)>
VST004.vsd