tonyg / presence-exchange

An experimental RabbitMQ "Presence" exchange: notifies bound queues when other bindings appear and disappear
Other
32 stars 15 forks source link

../include.mk: No such file or directory #1

Closed kilianc closed 12 years ago

kilianc commented 12 years ago
Makefile:5: ../include.mk: No such file or directory
make: *** No rule to make target `../include.mk'.  Stop.
tonyg commented 12 years ago

It needs the rabbitmq-umbrella from https://github.com/rabbitmq/rabbitmq-public-umbrella, but further will need quite a bit of dusting-off before it will build, would be my guess. The build setup has changed a lot over the last year or so. Also I think the pluggable-exchange model is no longer what it once was, so the code itself will probably have to change.

majek commented 12 years ago

Tony, are you still planning on pulling back my fork?

tonyg commented 12 years ago

Yes, that's been on my todo list for a while. ... OK, let's see if I can't get it done in half an hour.

tonyg commented 12 years ago

OK, so that wasn't a half-hour, but the code is mostly working now. There's one failing test. Also, Marek, I changed the behaviour slightly to drop messages as previously. I'll write an explanation of why in the README.

majek commented 12 years ago

Well done! And tested! Cool, really cool. I'm sure I had a reason to change semantics, but I forgot what it was. It would be nice to hear why you have strong feelings about it - and understand the differences.

BTW, I also wrote few tests long time ago, but in a way less structured manner, but it's probably irrelevant now: https://github.com/majek/dump/blob/master/puka/test-presence-exchange.py