RulePoint
- RulePoint 6.1
- All Products
Property
| Description
|
---|---|
Name
| Name of the UM source. The source name must be unique.
|
Description
| (Optional) The description of the source. Provide a description that is intuitive so that all users can relate to the use of this service .
|
Type
| The type of source. Select
Ultra Messaging Source .
|
Connection
| Select the connection name to which you want to associate the source.
You must create a UM connection before you create a UM source.
|
Topic
| The configured topic to which you want RulePoint to publish the events. Select the topic name that corresponds to the source.
|
Message Type
| The message type. It can be Text (String) or Byte Array, or LBM Properties.
If you set the message type as Text or Byte Array, the Ultra Messaging Source reads the message on the UM topic and publishes it as the value of the event property "ummsg."
If you set the message type as LBM properties, the Ultra Messaging Source reads information from the message headers and publishes them as event properties. The
ummsg property is set as an empty byte array of size 1.
|
Source Topic
| The name of the external UM topic configured in the UM sending application.
|
Session ID
| The UM TCP session ID, which is a 64-bit value. You need to set the session ID for the UM source which is the similar to the session ID in the UM sending application.
The session ID uniquely identifies the following UM sources and receivers with unique topics:
|
Receiver Parameters
| The configuration parameters of a UM receiving application. You can configure receiver parameters for a UM source to override the receiver parameters on which the UM runs. You can also define the receiver or context scopes for the configuration parameters in the
lbm.cfg file. You define an option to assign values to an object's attributes. Use the following pattern to configure the receiver parameters:
where:
|
Marshaller Class Name
| Class name of the marshaller. The marshaller class is responsible for converting or enriching the source event properties. It must include the full class name including the classpath. You must add the jar containing this class into the RulePoint library.
|
Marshaller Properties
| Properties of the marshaller. You must pass the properties as key value pairs, separated by a comma, to the marshaller class. For example, property1=value1,property2=value2.
|