Show TOC

JMS Map Input Adapter Studio PropertiesLocate this document in the navigation structure

Adapter type: toolkit_jms_map_input. Configure the adapter properties using the SAP Event Stream Processor Studio. The JMS Map Input adapter uses SimpleDateFormat formatting codes.

If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.
Property Label Description
SecondDate Format

Property ID: mapSecondDateFormat

Type: string

(Advanced) Specify the format for parsing SecondDate values.

For example, yyyy-MM-dd'T'HH:mm:ss is the default value.

MsDate Format

Property ID: mapMsDateFormat

Type: string

(Advanced) Specify the format for parsing MsDate values.

For example, yyyy-MM-dd'T'HH:mm:ss.sss is the default value.

Time Format

Property ID: mapTimeFormat

Type: string

(Advanced) Specify the format for parsing time values.

For example, HH:mm:ss is the default value.

Stream name, opcode expected

Property ID: mapExpectStreamNameOpcode

Type: boolean

(Optional) If set to true, the adapter interprets the field _ESP_STREAM_NAME as the stream name, and the field _ESP_OPS as the opcode.

Value as String

Property ID: valueAsString

Type: boolean

(Advanced) If set to true, the adapter assumes all incoming data type as text string and interprets them into ESP data type. The default value is true.

If set to false, the adapter attempts to interpret map message data type to ESP data type based on the ESP project schema. If an object fails to be interpreted, an error message is generated.

Connection Factory

Property ID: connectionFactory

Type: string

(Required) Connection factory name.

JNDI Context Factory

Property ID: jndiContextFactory

Type: string

(Required) Context factory for JNDI context initialization.

JNDI URL

Property ID: jndiURL

Type: string

(Required) JNDI 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.

JNDI Security Principal

Type: string

(Advanced) Specify the JNDI security principal that you use for the JMS server. This property corresponds to the JNDI property javax.naming.Context.SECURITY_PRINCIPAL. See your JMS server provider documentation for more information.

By default, this property is commented out. Enable this property only if your JMS server requires JNDI credentials.

JNDI Security Credentials

Type: string

(Advanced) Specify the JNDI security credentials that you use for the JMS server. Includes an encyrpted attribute which specifies whether the JNDI credentials are encyrpted.

This property corresponds to the JNDI property javax.naming.Context.SECURITY_CREDENTIALS. See your JMS server provider documentation for more information.

By default, this property is commented out. Enable this property only if your JMS server requires JNDI credentials.

JNDI Security Credentials Encrypted

Property ID: jndiCreEncrypted

Type: boolean

(Advanced) Specify whether the jndiSecurityCredentials value is encrypted. No default value.

Specify this property only if your JMS server requires JNDI credentials.

User Name

Type: string

(Advanced) Specify a valid username for connecting to a specific JMS server.

Password

Type: string

(Advanced) Specify a valid password for connecting to a specific JMS server. Contains an encrypted attribute which determines whether the Password value is encrypted.

Password Encrypted

Property ID: encrypted

Type: boolean

(Advanced) Specify whether the Password value is encrypted.

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.

GDMode

Type: boolean

(Optional) If set to true, the adapter runs in guaranteed delivery (GD) mode. GD ensures that data continues to be processed in the case that the ESP Server fails, or the destination (third-party server) fails or does not respond for a long time.

The default value is false.