waggle-sensor / beehive-server

Waggle cloud software for aggregation, storage and analysis of sensor data from Waggle nodes.
14 stars 17 forks source link

Ensure all important RabbitMQ exchanges and queues are defined as durable #40

Closed seanshahkarami closed 7 years ago

seanshahkarami commented 7 years ago

This is important as it ensures these are available immediately once RabbitMQ starts. Without this, they need to be recreated each restart.

seanshahkarami commented 7 years ago

The missing two queues are the last-data and last-log queues. That process will get cleaned up once we start the analytics pipeline.