-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathppv_srv.cfg
More file actions
33 lines (25 loc) · 742 Bytes
/
ppv_srv.cfg
File metadata and controls
33 lines (25 loc) · 742 Bytes
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
# In a case the appliaction recieved a message from the queue - the application try to open Wizard socket every 1 second so the
#wizard_max_retries should be the same as rest_api_gateway message_ttl (15000 milisec/ 1 sec)=15
[Log_File]
log_file_name=/GCTI_Log/RestRPC/ppv_srv.log
maxbytes=20000000
backupcount=5
[RabbitMQ]
primary_host = gax1
backup_host = gax2
vhost = /ppv
username = ppv
password = ppv
rpc_queue = prod.ppv.kfs
message_ttl = 30000
max_retries = 1000
max_retries_per_server = 2
[WizardServer]
wizard_host = 10.10.10.10
wizard_port= 2000
start_port_number = 1
end_port_number = 30
port_number_when_no_coonnid = 29
wizard_max_retries = 30
wizard_time_out_err_code = ER444
wizard_invalid_req_from_gvp_err_code = ER998