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.
If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.
Property Label | Description |
---|---|
FIX Version |
Property ID: fixVersion Type: choice (Required) FIX Version. Valid values are:
|
FIX Message Type |
Property ID: fixMessageType Type: string (Required) FIX Message type. No default value. |
Connection Factory |
Property ID: connectionFactory Type: string (Required) Connection factory class name. No default value. |
JNDI Context Factory |
Property ID: jndiContextFactory Type: string (Required) Context factory for JNDI context initialization. No default value. |
JNDI URL | Property ID: jndiURL Type: string (Required) JNDI URL. No default value . |
Destination Type |
Property ID: destinationType Type: choice (Required) Destination type. Valid values are:
|
Destination Name |
Property ID: destinationName Type: string (Required) Destination name. No default value. |
Subscription Mode |
Property ID: subscriptionMode Type: choice (Optional) Specifies the subscription mode for TOPIC. Default value is NONDURABLE. Valid values are DURABLE and NONDURABLE. |
Client ID |
Property ID: clientID Type: string (Optional) Specifies the client identifier for the connection that is identifying durable subscription. No default value. |
Subscription Name |
Property ID: subscriptionName Type: string (Optional) Specifies a unique name identifying a durable subscription. No default value. |
Batch Size |
Property ID: batchsize Type: uint (Optional) Specifies number of records in a batch to commit in durable subscription mode. Default value is 1. |
PropertySet |
Property ID: propertyset Type: string (Advanced) Specifies the name of the property set from the project configuration file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value. |
Date Format |
Property ID: dateFormat Type: string (Advanced) Date format. Default value is YYYY-MM-DDTHH:MM:SS.SSS. |
Timestamp Format | Property ID: timestampFormat Type: string (Advanced) Timestamp format. Default value is YYYY-MM-DDTHH:MM:SS.SSS . |
Known limitations: