201 |
brianR |
1 |
|
|
|
2 |
target.url = http://localhost:8099/ALFEventManager/services/ALFEventManagerSOAP
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
# 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 |
# events are forwarded. In cases where the outbound queue processing takes longer than the
|
|
|
8 |
# given interval, merging will continue until outbound queue has been processed completely.
|
|
|
9 |
# default: interval = 10
|
|
|
10 |
interval = 30
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
# This is the JDBC connection string.
|
|
|
14 |
# default: memdb = jdbc:h2:mem:lockdb;DB_CLOSE_DELAY=-1;
|
|
|
15 |
memdb = jdbc:h2:mem:lockdb;DB_CLOSE_DELAY=-1;
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
# This is the JDBC connection string.
|
|
|
19 |
# default: fdb = jdbc:h2:file:~/alf_event_db
|
|
|
20 |
fdb = jdbc:h2:file:~/alf_event_db
|
|
|
21 |
|