matryer / vice

Go channels at horizontal scale (powered by message queues)
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
Apache License 2.0
1.54k stars 79 forks source link

Feature/rabbitmq transport #45

Closed imladenovic closed 6 years ago

imladenovic commented 7 years ago

Implementation of vice.Transport for RabbitMQ message broker.

imladenovic commented 7 years ago

Hi, I have checked Travis build log and there seems to be the problem with NATS transport. Tests have failed when latest Go release is used. It seems that NATS queue does not distribute messages fairly in case of multiple queue subscribers.

HeavyHorst commented 7 years ago

Looks if nats had some kind of hiccup. I can't reproduce this locally.

Could you repush your last commit to trigger a new travis build ?

imladenovic commented 7 years ago

Seems to be OK now.

matryer commented 6 years ago

@sivivuk does this work?

imladenovic commented 6 years ago

@matryer, yes. it works.

jhaynie commented 6 years ago

any chance this gets merged soon?

matryer commented 6 years ago

Sorry for the delay.