Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Since MQ JMS properties are provider specific properties, it is not possible to read them directly in BusinessEvents. The workaround is to use a simple Java deserializer/serializer program. Attached (Filename: CustomMapMessageSerializer.java) is sample code which takes a JMS MapMessage object and copies its name-value pairs to BE event properties.
Instructions:
- Compile the code into a JAR file.