-
Notifications
You must be signed in to change notification settings - Fork 8
Middleware Properties
Nico Boettcher edited this page Oct 31, 2016
·
1 revision
chairId (UUID)
A unique Id for this chair to distinguish the data from multiple chairs
- Default-Value: Randomly generated when needed
-
Example:
chairId=d98ed005-80fe-4dd0-9b73-1e22cb4d0a7d
mqHost (String)
Host name or host ip the rabbit-mq instance is running on
- Default-Value: localhost
-
Example:
mqHost=localhost
mqPort (uint16)
The TCP-port the rabbit-mq instance is running on
- Default-Value: 5672
-
Example:
mqPort=5672
mqUser (String)
Rabbit-mq username used for authentication
- Default-Value: guest
-
Example:
mqUser=guest
mqPassw (String)
Password for the rabbit-mq user used for authentication
- Default-Value: guest
-
Example:
mqPassw=guest
#Example file mwrp.properties
chairId=d98ed005-80fe-4dd0-9b73-1e22cb4d0a7d
mqHost=localhost
mqPort=5672
mqUser=guest
mqPassw=guest