-
Notifications
You must be signed in to change notification settings - Fork 0
/
broker.properties
29 lines (23 loc) · 1.34 KB
/
broker.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
# If you want to modify any of these parameters, simply uncomment the
# relevant line and adjust the value.
# --------- username, password ------------
samplebroker.core.powerTacBroker.username = Rbroker
samplebroker.core.powerTacBroker.password = secret
# --------- tournament configuration ------------
#samplebroker.core.powerTacBroker.tourneyName = test27
#samplebroker.core.powerTacBroker.tourneyUrl = http://192.168.3.101:8080/TournamentScheduler/faces/brokerLogin.jsp
samplebroker.core.powerTacBroker.authToken = 08f08aebaced6db4ccce6f0202b55594
samplebroker.core.brokerTournamentService.responseType = xml
samplebroker.core.brokerTournamentService.maxTry = 100
# -------------- JMS -------------------
samplebroker.core.jmsManagementService.jmsBrokerUrl = tcp://localhost:61616
# ------- Server interface -------------
# retry timeout should be more than 10 sec. Default is 15 sec.
#samplebroker.core.powerTacBroker.loginRetryTimeout = 15000
samplebroker.core.powerTacBroker.retryTimeLimit = 400000
# by default, this module is interactive, which means the peer
# must send the pause-release message at the end of every timeslot.
#samplebroker.core.powerTacBroker.interactive = true
# ------- JMS Proxy config-------------
#samplebroker.core.brokerMessageReceiver.rawXml = true
#samplebroker.core.brokerMessageReceiver.xmlForwardType = CharStreamAdapter