Show TOC

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

Adapter type: toolkit_jms_objlist_input. Configure the adapter properties using the SAP Event Stream Processor Studio. The JMS Object 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: objectlistSecondDateFormat

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: objectlistMsDateFormat

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: objectlistTimeFormat

Type: string

(Advanced) Specify the format for parsing time values.

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

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.

JNDI Security Principal

Property ID: jndiSecurityPrincipal

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.

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

JNDI Security Credentials

Property ID: jndiSecurityCredentials

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

Specify 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

Property ID: Username

Type: string

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

Password

Property ID: Password

Type: string

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

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.