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.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-21  |  1.3 KB  |  23 lines

  1. <?xml version="1.0"?>
  2. <!--
  3. To access Provisioning API or Extension API references using JMS, the server-side parameter settings are done using this file.  
  4. The description for each of these attributes are given below.
  5.  
  6. CONTEXT_FACTORY - Is the class name with the complete package, specific to each JMS Provider. This is by default set to 
  7. com.sun.enterprise.naming.SerialInitContextFactory. 
  8. PROVIDER_URL - The URL where the JMS Provider is located. This URL is specific to each Provider.
  9. requestQueue - A unique location name, where the client request needs to be stored. If not specified, by default it is taken as 
  10. "requestQueue". 
  11. responseQueue - A unique location name, where the response sent by the server needs to be stored. If not specified, by default it is 
  12. taken as "responseQueue". 
  13. QueueConnectionFactory - Is the database name, which maps to the number of connections to be used. This name is also specific to the 
  14. Provider used. The default value is "QueueConnectionFactory".
  15. -->
  16. <JmsConfiguration
  17.      CONTEXT_FACTORY="com.sun.enterprise.naming.SerialInitContextFactory"  
  18.        PROVIDER_URL=""
  19.        requestQueue="requestQueue" 
  20.        responseQueue="responseQueue"
  21.        QueueConnectionFactory="QueueConnectionFactory">
  22. </JmsConfiguration>
  23.