Property name
|
Description
|
Default values
|
publisher.event.batch.size
|
Number of events to read in a single database access.
|
200
|
publisher.event.transaction.size
|
Number of events to process and publish in a single database transaction.
|
10
|
publisher.sleep.time
|
Sleep time between each database access
|
10000 ms
|
publisher.senders.list
|
Comma separated list of fully qualified sender classes. By default, JMSSender class is specified.
|
com.savvion.sbm.event publisher.sender.JMSSender
|
Property name
|
Description
|
Valid values
|
publisher.event.type
|
By default an object of com.savvion.sbm.util.CommonEvent is sent to the EventChannels defined. If required, the user can configure the EventPublisher to send only the context (Map) of the CommonEvent to the EventChannels defined.
|
1 (for CommonEvent)
2 (for Event Context inMap)
|
publisher.start.event.id
|
When this property is defined with a valid value, then upon startup EventPublisher reads all events with event ID value greater than the specified value.
|
The value could be any non-zero positive number.
|