-- Added registry federation admin page -- Made registry service clients non-static Change-Id: I9672f11b4886019dcd8834b4bae417a0aa4809ad Former-commit-id:311fa32377
[formerly98b56cf02a
] [formerlya7e53870fb
] [formerly311fa32377
[formerly98b56cf02a
] [formerlya7e53870fb
] [formerlyd8de923f8b
[formerlya7e53870fb
[formerly 0a67c8d68548ed8daa76d782ca3213956b984795]]]] Former-commit-id:d8de923f8b
Former-commit-id:e9b49b288f
[formerly7cb19682c1
] [formerly 628fd3115dbabe88f9d202b5257352679e5c521b [formerly221d197c01
]] Former-commit-id: 8e5cdd4d72fc495f2978e8dd7305962714cf62b8 [formerly73c53ed846
] Former-commit-id:c3f684e7fb
17 lines
No EOL
808 B
Properties
17 lines
No EOL
808 B
Properties
# The period which registry subscriptions are processed
|
|
ebxml-subscription-process.cron=0/20+*+*+*+*+?
|
|
# The period which the registry runs the garbage collection
|
|
ebxml-garbage-collect-process.cron=0/10+*+*+*+*+?
|
|
# The period which adhoc subscriptions are cleaned, every 20 mins
|
|
adhocsubscription-process.cron=0+0/20+*+*+*+?
|
|
# When a federation synchonization is necessary, this is the number of threads
|
|
# that will be used for synchronization
|
|
ebxml-federation-sync-threads=3
|
|
# Master switch enabling email transmission
|
|
ebxml-email.enabled=false
|
|
# The maximum number of events that will be batched and send
|
|
# in a registry replication notification
|
|
ebxml-notification-batch-size=50
|
|
# Configuration of thread pool used to handle web service requests
|
|
ebxml-webserver-min-threads=2
|
|
ebxml-webserver-max-threads=10 |