feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
222 stars 41 forks source link

Updated AMQP queue to auto-delete. #127

Closed deskoh closed 4 years ago

deskoh commented 4 years ago

When a server connects to RabbitMQ server, a queue with randomly generated name is created. This queue is not deleted after server disconnects. This PR will create a queue that auto-delete flag after the server disconnects.

See here for documentation.

daffl commented 4 years ago

This makes sense, thank you. Now I have to figure out why the tests keep failing. Seems something with the AMQP setup on Travis has changed.

daffl commented 4 years ago

Ugh sorry I though this would work to get it updated since the tests should be fixed now. Can you open this PR again?