JMS processing user exit class
When you send transactions from the system to an external system by using JMS, you can use an exit placeholder for customization. This exit class is optional and is called before the JMS is called.
This class must implement the psdi.iface.router.JMSExit class and the following method:
public Map getMessageProperties(Map metaData, (byte[] data,
Map origProps)throws MXException
This method can perform the following processes:
- Change the properties of the JMS message
- Split the data to multiple properties, to match the JMS message
You enter the fully qualified name of the Java™ class in the JMSEXIT property of the endpoint that implements the JMS handler.