feathersjs-ecosystem / feathers-sync

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

Add AMQP Adapter #12

Closed tinque closed 8 years ago

tinque commented 8 years ago

I added a AMQP Adpater. (tested with RabbitMQ)

tinque commented 8 years ago

Problem with params uri (not enough test) sorry

ekryski commented 8 years ago

Oh hell yeah! Stoked to check this out!

daffl commented 8 years ago

This is great! Do you have an idea how we could test this on Travis?

tinque commented 8 years ago

To be honest ! I have no idea ...

ekryski commented 8 years ago

I think I do. I've done a bunch with RabbitMQ.

ekryski commented 8 years ago

@tinque this is solid! Thanks! I made a couple minor comments but I am also fine making those changes and looking into getting tests running on travis. This is good to 🚢 ! 🎉 🍻

ekryski commented 8 years ago

I'll figure out what's going on with the tests. I'll probably add some more and fix them up over the next couple days.

petermikitsh commented 7 years ago

@ekryski @daffl Can we get a release of feathers-sync that includes this functionality? I'm stoked to get my feathers app to fly. Thanks!