201 |
brianR |
1 |
|
|
|
2 |
#target.url = http://localhost:8099/ALFEventManager/services/ALFEventManagerSOAP
|
203 |
brianR |
3 |
target.url = http://localhost:8085/eventmanager/services/ALFEventManagerDocLit
|
|
|
4 |
|
201 |
brianR |
5 |
|
|
|
6 |
# This specifies the minimum time the service will merge incoming events before starting
|
|
|
7 |
# to move them into the outbound queue. Please note, that this is a minimum delay before
|
|
|
8 |
# events are forwarded. In cases where the outbound queue processing takes longer than the
|
|
|
9 |
# given interval, merging will continue until outbound queue has been processed completely.
|
|
|
10 |
# default: interval = 10
|
|
|
11 |
interval = 30
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
# This is the JDBC connection string.
|
|
|
15 |
# default: memdb = jdbc:h2:mem:lockdb;DB_CLOSE_DELAY=-1;
|
|
|
16 |
memdb = jdbc:h2:mem:lockdb;DB_CLOSE_DELAY=-1;
|
|
|
17 |
|
|
|
18 |
|
|
|
19 |
# This is the JDBC connection string.
|
|
|
20 |
# default: fdb = jdbc:h2:file:~/alf_event_db
|
|
|
21 |
fdb = jdbc:h2:file:~/alf_event_db
|
203 |
brianR |
22 |
|
|
|
23 |
|
|
|
24 |
|
|
|
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 |
|
|
|
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 |
|