Adapter type: toolkit_jms_objlist_input. Set these properties for the JMS Object Array Input adapter in the ESP Studio adapter properties dialog.
If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.
Property Label | Description |
---|---|
Date Format |
Property ID: objectlistDateFormat Type: string (Advanced) Specify the format for parsing date values. |
Timestamp Format |
Property ID: objectlistTimestampFormat Type: string (Advanced) Specify the format for parsing timestamp values. |
Connection Factory |
Property ID: connectionFactory Type: string (Required) Connection factory name. |
JNDI Context Factory |
Property ID: jndiContextFactory Type: string (Required) Context factory for JDNI context initialization. |
JNDI URL |
Property ID: jdniURL Type: string (Required) JDNI URL. |
JMS Destination Type |
Property ID: destinationType Type: string (Required) Specify the destination type. Valid values: QUEUE, TOPIC. |
Destination Name |
Property ID: destinationName Type: string (Required) Specify the destination name. |
Subscription Mode |
Property ID: subscriptionMode Type: string (Optional) Specify the subscription mode. Valid values: DURABLE, NONDURABLE. |
Scan Depth |
Property ID: scanDepth Type: int (Advanced) Specify the depth of the schema discovery. The adapter reads the number of rows specified by this parameter value when discovering the input data schema. |
Client ID |
Property ID: clientID Type: string (Advanced) Specify the client identifier (required when durable subscription is enabled). |
Subscription Name |
Property ID: subscriptionName Type: string (Advanced) Specify a unique name identifying a durable subscription. |
PropertySet |
Property ID: propertyset Type: string (Advanced) Specifies the name of the property set. Property sets are reusable sets of properties that are stored in the project configuration file. Using these sets allows you to move adapter configuration properties out of the CCL file and into the CCR 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. |