home *** CD-ROM | disk | FTP | other *** search
- <!-- The Provisioning JmsConfiguration.DTD-->
-
- <!ELEMENT JmsConfiguration (ProviderProperty*)>
-
- <!-- CONTEXT_FACTORY - Name of the ContextFactory class for the particular Jms Provider -->
- <!-- PROVIDER_URL - Provider url for the particular Jms provider -->
- <!-- requestQueue - name of the Queue.ProvClient put the request to this Queue,and ProvServer takes the request from this Queue -->
- <!-- responseQueue- name of the Queue.ProvClient takes the response from this Queue,the ProvServer put the response for the request to this Queue. -->
- <!-- QueueConnectionFactory - name of the QueueConnectionFactory.ProvClient and ProvServer use it to create the connection with the Jms Provider -->
-
- <!ATTLIST JmsConfiguration
-
- CONTEXT_FACTORY CDATA #REQUIRED
- PROVIDER_URL CDATA #REQUIRED
- requestQueue CDATA #IMPLIED
- responseQueue CDATA #IMPLIED
- QueueConnectionFactory CDATA #IMPLIED >
-
-
- <!-- The JMS Provider specific property -->
-
- <!ELEMENT ProviderProperty EMPTY>
-
- <!-- property - Name of the Provider specific Property. -->
- <!-- Value - Value for the particular Property. -->
-
- <!ATTLIST ProviderProperty
-
- property CDATA #IMPLIED
- Value CDATA #IMPLIED >