rebus-org / Rebus.Amqp

:x: DEPRECATED :bus: AMQP-compliant transport implementation for Rebus (WIP)
Other
1 stars 0 forks source link

No NuGet package? #1

Open julealgon opened 3 years ago

julealgon commented 3 years ago

Why does this project have no associated NuGet package for download from nuget.org? Is this still a valid repo, or is it abandoned?

memadk commented 3 years ago

It does not have a nuget, as I never really had the time to finish it. Are you interested in using this and would you want to contribute to this? I am sure @mookid8000 would love to have more people working on this.

julealgon commented 3 years ago

@memadk I actually need to interface with an IBM MQ service. I know there is no IBMMQ adapter for Rebus but I found this AMQP one which, apparently, is something that IBM MQ has support for (through channel configuration, it seems).

So I was curious when I found this repo but no NuGet for it.

I'm actually not sure yet whether or not our current setup would allow AMQP but it was a possibility. If it doesn't, we'll probably write our own IBM-MQ adapter.