Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

JMS Connection

JMS Connection

The JMS source service produces events by receiving messages from a JMS provider and publishing those messages as events. When a JMS Service object is initialized, it instantiates its own JMS Connection Factory.
When you create a JMS connection, you enter the name and the configuration details for the connection through the RulePoint user interface.
The following table describes the connection and configuration properties that you need to enter:
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.

0 COMMENTS

We’d like to hear from you!