home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!--
- To access Provisioning API or Extension API references using JMS, the server-side parameter settings are done using this file.
- The description for each of these attributes are given below.
-
- CONTEXT_FACTORY - Is the class name with the complete package, specific to each JMS Provider. This is by default set to
- com.sun.enterprise.naming.SerialInitContextFactory.
- PROVIDER_URL - The URL where the JMS Provider is located. This URL is specific to each Provider.
- requestQueue - A unique location name, where the client request needs to be stored. If not specified, by default it is taken as
- "requestQueue".
- responseQueue - A unique location name, where the response sent by the server needs to be stored. If not specified, by default it is
- taken as "responseQueue".
- QueueConnectionFactory - Is the database name, which maps to the number of connections to be used. This name is also specific to the
- Provider used. The default value is "QueueConnectionFactory".
- -->
- <JmsConfiguration
- CONTEXT_FACTORY="com.sun.enterprise.naming.SerialInitContextFactory"
- PROVIDER_URL=""
- requestQueue="requestQueue"
- responseQueue="responseQueue"
- QueueConnectionFactory="QueueConnectionFactory">
- </JmsConfiguration>
-