mdevilliers / SignalR.RabbitMq

MessageBus implementation using RabbitMq as the backing store.
MIT License
89 stars 40 forks source link

Could you help with an erlang R15B01 version of the plugin? #17

Closed penderi closed 10 years ago

penderi commented 10 years ago

Hi,

We'd love to use the rabbit signalR backplane... any chance you could produce/build a version of the plugin that works with R15B01 ?

We're rather new and naive in terms of erlang builds and plugins and this would greatly help.

mdevilliers commented 10 years ago

Yeah, no problem,

I'll have to install a vm with the right version of erlang as I don't have one build for that version.

If you email me at markdevilliers at gmail dot com, I'll reply with the plugin,

Mark

On Wed, Jan 29, 2014 at 5:36 PM, penderi notifications@github.com wrote:

Hi,

We'd love to use the rabbit signalR backplane... any chance you could produce/build a version of the plugin that works with R15B01 ?

We're rather new and naive in terms of erlang builds and plugins and this would greatly help.

Reply to this email directly or view it on GitHubhttps://github.com/mdevilliers/SignalR.RabbitMq/issues/17 .

penderi commented 10 years ago

Dude. Thanks so much for that. We'll give it a shot, but we're going to use rabbit to fanout the signalR messages WITHOUT explicitly using a backplane.

(as rabbit messages are already the trigger to broadcast in signalR we can just process the messages on each server, thus negating a need for a backplane)

Happy to discuss and also happy to recommend your code - it's the best signalR rabbit backplane by miles. Top job!