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.

Each stream hosts FIX messages of a certain type. The adapter discards messages of any other FIX type. Most FIX fields are stored in the same order in stream columns however these fields can be stored in a different order:
  • BeginString
  • BodyLength
  • MsgType
  • CheckSum

If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.

Property Label Property ID Type Description
FIX Version fixVersion choice (Required) FIX Version.
Valid values are:
  • 4.2
  • 4.3
  • 4.4
  • 5.0
Default value is 4.2.
FIX Message Type fixMessageType string (Required) FIX Message type. No default value.
Connection Factory connectionFactory string (Required) Connection factory class name. No default value.
JNDI Context Factory jndiContextFactory string (Required) Context factory for JNDI context initialization. No default value.
JNDI URL jndiURL string (Required) JNDI URL. No default value.
Destination Type destinationType choice (Required) Destination type.
Valid values are:
  • QUEUE
  • TOPIC
Default value is QUEUE.
Destination Name destinationName string (Required) Destination name. No default value.

Subscription Mode

subscriptionMode choice

(Optional) Specifies the subscription mode for TOPIC. Default value is NONDURABLE. Valid values are DURABLE and NONDURABLE.

Client ID

clientID string

(Optional) Specifies the client identifier for the connection that is identifying durable subscription. No default value.

Subscription Name

subscriptionName string

(Optional) Specifies a unique name identifying a durable subscription. No default value.

Batch Size

batchsize uint

(Optional) Specifies number of records in a batch to commit in durable subscription mode. Default value is 1.

PropertySet

propertyset 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 dateFormat string (Advanced) Date format. Default value is YYYY-MM-DDTHH:MM:SS.SSS
Timestamp Format timestampFormat string (Advanced) Timestamp format. Default value is YYYY-MM-DDTHH:MM:SS.SSS

Known limitations:

Related concepts
Guaranteed Delivery