RulePoint
- RulePoint 6.1.2
- All Products
Property
| Description
|
---|---|
Name
| Name of the connection. The connection name must be unique.
|
Description
| Optional. Description of the connection.
|
Type
| Type of connection. Select
JMS Connection .
|
JNDI Context Factory
| The JMS provider specific initial JNDI context factory implementation for connecting to the JNDI service. This value is a fully qualified class name of the Initial Context Factory.
For example, the class name of the Initial Context Factory for ActiveMQ is
org.apache.activemq.jndi.ActiveMQInitialContextFactory .
Your must add the JMS Client jars to the RulePoint server. For more information, see the documentation of the JMS provider.
|
JNDI Package Prefixes
| Optional. A colon-delimited list of package prefixes to use when loading URL context factories. These are the package prefixes for the name of the factory class that will create a URL context factory. For values, see the documentation of the JMS provider.
|
Connection URL
| The location of the naming service and port on which to connect. For example,
tcp://jndiserverA:61616 |
JMS Connection Factory
| The name of the object in the JNDI server that enables the JMS Client to create JMS connections. For example,
jms/QCF or
jmsSalesSystem .
The default value is
ConnectionFactory . For more information about this configuration, see the documentation of the JMS server administrator.
|
User Name
| Optional. Enter authentication user name if required.
|
Password
| Optional. Enter password for the authentication user name.
|