VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
455 stars 216 forks source link

RABBITMQ-VOLTTRON: VOLTTRON process doesn't exit if rabbitmq not able to start #1961

Closed craig8 closed 5 years ago

craig8 commented 5 years ago

If rabbitmq fails to start then the volttron process will happily run without any connections. Note I am not sure if this is because of the configuration I currently have:

[volttron]
volttron-central-address = https://v2:8080
message-bus = rmq
vip-address = tcp://127.0.0.1:22916
instance-name = v2
bind-web-address = https://v2:8443
craig8 commented 5 years ago

I can't seem to reproduce this