-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.properties
46 lines (40 loc) · 1.38 KB
/
example.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# ActiveMQ information
camel.component.activemq.enabled=true
camel.component.activemq.broker-url=tcp://127.0.0.1:61666
camel.component.activemq.username=
camel.component.activemq.password=
camel.component.activemq.concurrent-consumers=1
# How many times to retry
error.maxRedeliveries=10
# Fedora information
fedora.authUsername=
fedora.authPassword=
fedora.url=http://localhost:8080/fedora
# Islandora information
islandora.hostname=http://localhost:8111
islandora.basepath=/islandora
islandora.rest.infoUri=/info/for/%PID%/data
islandora.username=testUser
islandora.password=testPass
islandora.login_service=/login
# Queue Splitter properties.
queuesplitter.enabled=true
queuesplitter.input_queue=activemq:queue:fedora
queuesplitter.output_queues=activemq:queue:gatekeeper,activemq:queue:solr_index
# Gatekeeper properties
gatekeeper.enabled=true
gatekeeper.input.queue=activemq:queue:gatekeeper
gatekeeper.output.queue=activemq:queue:derivatives
gatekeeper.dead.queue=activemq:queue:dead_end
gatekeeper.process_dsids=HOCR,OCR
gatekeeper.process_contentTypes=islandora:sp_large_image_cmodel
gatekeeper.rest.port_number=8181
gatekeeper.rest.path=/gatekeeper
# HOCR/OCR worker properties
worker.enabled=true
worker.input.queue=activemq:queue:derivatives
worker.temporary.directory=/tmp
worker.tesseract.path=/bin/tesseract
worker.convert.path=/bin/convert
worker.jms.prefetchSize=0
worker.jms.consumers=1