Network Deployment (Distributed OS), v8.5 > Reference > Developer detailed usage information
Message properties support for mediations
The SIMessage metadata properties enable the main data types, and are supported by JMS Message Selectors.
Syntax
The selector syntax is the same as for JMS Message Selectors. For more information, refer to the JMS specification.
Supported types
Support is provided for the following data types:
- Boolean
- Byte and byte[]
- Integer
- Long
- Float
- Double
- String
The data types previously listed are supported by JMS Message Selectors with the exception of byte[].
Properties
For more information about each property, refer to JMS_IBM properties and equivalent SI_system properties.
Related concepts:
Message selection and filtering
Coding tips for mediations programming
Related