AssuredOnceDelivery |
Boolean |
If this property is set to true,
an xid value is set for each event in the event store. Each event is then
delivered to its corresponding endpoint and subsequently deleted from the
event table. |
true |
No |
CustomDeleteQuery |
String |
The custom delete query that is run after each event is
processed. This is enabled for use with bidirectional languages. |
None |
Yes |
CustomEventQuery |
String |
The SQL query, stored procedure, or stored function for
custom event processing. This query is run during each poll cycle when the
EventQueryType is set to Dynamic. This is enabled for use with bidirectional
languages. |
None |
Yes |
CustomUpdateQuery |
String |
The custom update query that is run after each event is
processed so that the same event does not get picked up for processing in
the subsequent event cycle. This is enabled for use with bidirectional languages. |
None |
Yes |
DataSource JNDIName |
String |
Name used by the adapter to establish the connection to
the database. If UserName and Password are also set, they are also used when
establishing the connection. If not, just the DataSourceJNDIName property
is used. |
None |
Yes |
EventFilterType |
String |
The adapter can filter the events to be processed by business
object type. EventFilterType has a comma delimited list of business object
types, and only the types specified in the property are picked up for processing.
If no value is specified for the property, no filter is applied, and all the
events are picked up for processing. |
null |
Yes |
EventQueryType |
String |
Determines whether to use the standard event store or custom
query. The valid values are Standard, for standard
event store, and Dynamic, for custom event processing. |
None |
No |
FilterFutureEvents |
Boolean |
If this property is set to true,
the adapter filters events based on timestamp. The adapter compares the system
time in each poll cycle to the timestamp on each event. If an event is set
to occur in the future, it is not picked up for processing until that time. |
false |
No |
SPAfterPoll |
String |
Any stored procedure that you want to be run after each
poll cycle. It takes one input parameter for PollQuantity. This is enabled
for use with bidirectional languages. |
None |
Yes |
SPBeforePoll |
String |
Any stored procedure that you want to be run before the
actual poll query is called. It takes one input parameter for PollQuantity.
This is enabled for use with bidirectional languages. |
None |
Yes |