The JBoss Server jbossmq-state.xml Configuration File DTD

The jbossmq-state.xml configuration file is an XML document that is used by the StateManager MBean for simple user-to-password and user-to-durable subscription mapping. The content model is defined by the jbossmq-state.dtd, and Listing B.5 gives the jbossmq-state.xml file DTD.

Listing B.5. The jbossmq-state.xml File DTD
 <?xml version='1.0' encoding='UTF-8' ?> <!-- The StateManager element is the root element of the jbossmq-state.xml document. --> <!ELEMENT StateManager (User*)> <!-- The User element defines a JBossMQ user. --> <!ELEMENT User (Name , Password , Id , DurableSubscription*)> <!-- The Name element gives the username that corresponds to the Connection.createConnection(username, ...

Get JBoss™ Administration and Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.