home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / JmsConfiguration.dtd < prev    next >
Encoding:
Text File  |  2004-06-21  |  1.3 KB  |  30 lines

  1. <!-- The Provisioning JmsConfiguration.DTD-->
  2.  
  3. <!ELEMENT JmsConfiguration (ProviderProperty*)>
  4.  
  5. <!-- CONTEXT_FACTORY - Name of the ContextFactory class for the particular Jms Provider -->
  6. <!-- PROVIDER_URL - Provider url for the particular Jms provider -->
  7. <!-- requestQueue - name of the Queue.ProvClient put the request to this Queue,and ProvServer takes the request from this Queue -->
  8. <!-- responseQueue- name of the Queue.ProvClient takes the response from this Queue,the ProvServer put the response for the request to this Queue. -->
  9. <!-- QueueConnectionFactory - name of the QueueConnectionFactory.ProvClient and ProvServer use it to create the connection with the Jms Provider -->
  10.  
  11. <!ATTLIST JmsConfiguration
  12.  
  13. CONTEXT_FACTORY         CDATA #REQUIRED
  14. PROVIDER_URL            CDATA #REQUIRED                                
  15. requestQueue            CDATA #IMPLIED                
  16. responseQueue           CDATA #IMPLIED
  17. QueueConnectionFactory  CDATA #IMPLIED >
  18.  
  19.  
  20. <!-- The JMS Provider specific property -->
  21.  
  22. <!ELEMENT ProviderProperty EMPTY>
  23.  
  24. <!-- property  - Name of the Provider specific Property. -->
  25. <!-- Value     - Value for the particular Property. -->
  26.  
  27. <!ATTLIST ProviderProperty
  28.  
  29. property              CDATA #IMPLIED
  30. Value                 CDATA #IMPLIED >