Line 1... |
Line 1... |
1 |
# The target ALF Event Manager to forward processed events to
|
1 |
# The target ALF Event Manager to forward processed events to
|
2 |
target.url = http://localhost:8099/ALFEventManager/services/ALFEventManagerSOAP
|
2 |
#target.url = http://localhost:8099/ALFEventManager/services/ALFEventManagerSOAP
|
- |
|
3 |
target.url = http://localhost:8085/eventmanager/services/ALFEventManagerDocLit
|
Line 3... |
Line 4... |
3 |
|
4 |
|
4 |
# Merging interval in seconds
|
5 |
# Merging interval in seconds
|
5 |
# This specifies the minimum time the service will merge incoming events before starting
|
6 |
# This specifies the minimum time the service will merge incoming events before starting
|
6 |
# to move them into the outbound queue. Please note, that this is a minimum delay before
|
7 |
# to move them into the outbound queue. Please note, that this is a minimum delay before
|
Line 16... |
Line 17... |
16 |
|
17 |
|
Line 17... |
Line 18... |
17 |
# Embedded file based database (H2 in this case) to use for event persistence
|
18 |
# Embedded file based database (H2 in this case) to use for event persistence
|
18 |
# This is the JDBC connection string.
|
19 |
# This is the JDBC connection string.
|
19 |
# default: fdb = jdbc:h2:file:~/alf_event_db
|
20 |
# default: fdb = jdbc:h2:file:~/alf_event_db
|
20 |
fdb = jdbc:h2:file:~/alf_event_db
|
- |
|
21 |
|
21 |
fdb = jdbc:h2:file:~/alf_event_db
|
- |
|
22 |
|
- |
|
23 |
|
- |
|
24 |
# Activate Emitter
|
- |
|
25 |
# Default is true, otherwise XServices will receive events, but not make any attempt to
|
- |
|
26 |
# forward them. Memory inbound queue will only be written to disk when the service is
|
- |
|
27 |
# gracefully stopped.
|
- |
|
28 |
emitter_active = true
|
- |
|
29 |
|
- |
|
30 |
# EventLogCleaner interval in minutes, how often to move all registered events from memory to the file based
|
- |
|
31 |
# storage. For trace and debugging purpose. Default value is every 5 minutes. A value of zero or smaller
|
- |
|
32 |
# deactivates the cleaner. Value in minutes.
|
- |
|
33 |
cleaner_interval = 4
|
- |
|
34 |
|
22 |
Generated by GNU Enscript 1.6.5.90.
|
35 |
Generated by GNU Enscript 1.6.5.90.
|