Properties (Standard Tab)

The Properties section has the following fields. Event properties generally map to incoming or outgoing message properties.

Field Global Var? Description
Name No The name to appear as the label for the property. Names follow Java variable naming restrictions. Do not use any reserved words. See Identifier Naming Requirements.
Note:
In addition to standard naming restrictions, do not begin an event property name with _ns_ or _nm_. These have a special use.
Also note that the property name cannot begin with the character _.
For events used in JMS channels
 Names beginning with _jms or jms (case insensitive) are used only for JMS header properties. You can, however, use properties beginning jms_ (case insensitive) for event properties.

JMS Header Field Names shows the list of JMS header properties. Consult the JMS specification for more details.

Type No One of: String, Integer, Long, Double, Boolean, DateTime
Note:
For properties of type Double, all NaN (Not a Number) values are converted to 0.00.
Domain No Click the search button and select the domain model you want to use for this property. See Domain Models for details on adding domain models.