mdevilliers / SignalR.RabbitMq

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

Upgraded solution to VS 2012, and now auto reconnects to Rabbit. #4

Closed DanielBryars closed 11 years ago

DanielBryars commented 11 years ago

Dependency Resolver now takes a ConnectionFactory instead of a connection. RabbitMqMessageBus.cs auto reconnects if the connection to Rabbit fails.