mdevilliers / SignalR.RabbitMq

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

EasyNetQ version 0.11.1.114 introduced breaking changes #15

Closed baralong closed 10 years ago

baralong commented 10 years ago

In the process of updating the SignalR.RabbitMq package I also updated EasyNetQ to the latest version (0.14.4.126) and got some problems. Having a look at the SignalR.RabbitMq source it seems that the EasyNetQ commit https://github.com/mikehadlow/EasyNetQ/commit/b99f275f256cbae664457d4da429181d55960604 removed many of the Queue.... static methods, eg DeclareTransient

The latest version of EasyNetQ that works is 0.11.1.113, the SignalR.RabbitMq dependencies should probably be updated.

mdevilliers commented 10 years ago

Cool - Awesome!

Would updating to the lastest version EasyNetQ cause you any problems? I would like to move to the latest.

The dependencies would look like this

EasyNetQ" version="0.14.4.126" Microsoft.AspNet.SignalR.Core" version="1.1.3" Newtonsoft.Json" version="4.5.11" RabbitMQ.Client" version="3.1.1"

Mark

baralong commented 10 years ago

That looks great to me, I'm also using MassTransit so I ended up having to hunt around for some old versions to make sure everything played nicely.

BTW I got the new stamp exchange running in our staging environment, our sysadmin was glad to be able to revoke our access to the root host. Thanks again for the fast fix.

Cheers, Doug. On Oct 11, 2013 5:05 PM, "Mark deVilliers" notifications@github.com wrote:

Cool - Awesome!

Would updating to the lastest version EasyNetQ cause you any problems? I would like to move to the latest.

The dependencies would look like this

EasyNetQ" version="0.14.4.126" Microsoft.AspNet.SignalR.Core" version="1.1.3" Newtonsoft.Json" version="4.5.11" RabbitMQ.Client" version="3.1.1"

Mark

— Reply to this email directly or view it on GitHubhttps://github.com/mdevilliers/SignalR.RabbitMq/issues/15#issuecomment-26123729 .

mdevilliers commented 10 years ago

I've updated the package on Nuget.

Thanks,

Mark