This topic describes J2C activation specification properties (also referred to as message end point properties), which correspond to the ActivationSpecification interface of the J2EE Connector Architecture Specification.
The "ActivationSpecification properties" table defines the configuration properties that pertain to the ActivationSpec interface.
ActivationSpecification properties
Property name | Type | Globalized | Bidirectional transformation support (Yes/No) | Description |
---|---|---|---|---|
ArchiveDirectory | String | Yes | Yes | Directory where the processed event files would be archived
by the adapter. Required value: Yes, if ArchivingProcessed =true |
ArchivingProcessed | Boolean | Yes | No | Boolean property that determines if the adapter should
archive the processed events. Default value: True Required value: Yes |
EventDirectory | String | Yes | Yes | Directory where the event files get stored by the backend
EIS. Required value: Yes |
EventFileMask | String | Yes | Yes | Specifies the filter for the event files. The file filter
matches patterns only based on the wildcard *.
Default value: *.* Required value: Yes |
FFDatabaseName | String | Yes | Yes | Name of the logical database in which FFEventTable resides.
This database is located in the Cloudscapeâ„¢ DBMS that is contained
within the WebSphere Process Server. Default value: FFDB Required value: Yes |
FFEventTableName | String | Yes | Yes | Name of the table that will be utilized by the adapter
for tracking event status values. Default value: FFLOG Required value: Yes |
FileChunkSize | Integer | Yes | No | Specifies the size of each chunk in bytes, when the file
needs to be split to chunks. When the property FileSplitThreshold is -1, this
property remains inactive. Default value: 8000 |
FileSplifThreshold | Integer | Yes | No | Specifies the threshold file size for splitting files in bytes. All files above this file size would be split into chunks. When the attribute is blank, splitting is not enabled. |
SortEventFiles | String | Yes | No | Determines the sorting order of event files being polled.
The values supported include: Filename - sort ascending on filename Timestamp
- sort ascending on last modified timestamp<Blank> - not sorted To support
globalization, the sorting of filenames is provided according to the system
locale. The ICU4J package will be used to track the locales and the rules
corresponding to the locales. Default value: <blank> (= not sorted) |
Last updated: Sun Mar 12 11:47:10 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)