The Message queue service is not starting
Original Question or Issue:
Could not start the Message queue service
Environment:
- Product - FileCloud Server
- Version - 23.253
- Platform - Windows
Steps to Reproduce:
Upon review, I noticed that the Message queue service was not starting from the FileCloud Control Panel as well as from Services.
Error or Log Message:
Defect or Enhancement Number:
Cause:
Message queue configuration file not updated with correct codes
Resolution or Workaround:
Update the following code in the Message Queue default.json. The file can be seen in the FileCloud Control Panel > Message Queue > Config:
{
"php": "",
"global_worker": false,
"site_worker_limit": 10,
"parallel_workers_count": 4,
"parallel_high_priority_workers_count": 0,
"event_api_workers_count": 0,
"server_mode": "http",
"http_route": true,
"deployment_host" : "127.0.0.1",
"websocket_protocol" : "ws",
"memcache_connect_string" : "127.0.0.1:11211",
"nodejsmodules": "",
"workers_memory_limit_MB": 512,
"workers_sleep_seconds" : 1
}
Notes: