JMS CSV Input Adapter
Adapter type: jms_csv_in. The JMS CSV Input adapter subscribes to text messages formatted as a delimited list of values, and writes them as stream records.
JMS CSV Output Adapter
Adapter type: jms_csv_out. The JMS CSV Output adapter publishes stream data as text messages formatted as a delimited list of values to a JMS queue or topic.
JMS Custom Input Adapter
Adapter type: jms_custom_in. The JMS Custom Input adapter subscribes to custom-formatted Java object messages from a JMS queue or topic, and writes them as stream records.
JMS Custom Output Adapter
Adapter type: jms_custom_out. The JMS Custom Output adapter publishes stream records as custom-formatted Java objects to a JMS queue or topic.
JMS FIX Input Adapter
Adapter type: jms_fix_in. The JMS FIX Input adapter subscribes to messages from a JMS queue or topic, and writes these messages as stream records.
JMS FIX Output Adapter
Adapter type: jms_fix_out. The JMS FIX Output adapter publishes FIX messages to a JMS queue or topic.
JMS Object Array Input Adapter
Adapter type: jms_objarray_in. The JMS Object Array Input adapter subscribes to messages formatted as arrays of Java objects from a JMS queue or topic, and writes these messages as stream records.
JMS Object Array Output Adapter
Adapter type: jms_objarray_out. The JMS Object Array Output adapter publishes stream data as an array of Java objects to a JMS queue or topic.
JMS XML Input Adapter
Adapter type: jms_xml_in. The JMS XML Input adapter subscribes to XML-formatted text messages from a JMS queue or topic, and writes the messages as stream records.
JMS XML Output Adapter
Adapter type: jms_xml_out. The JMS XML Output adapter publishes stream data as XML-formatted text messages to a JMS queue or topic.