RestBus
RestBus copied to clipboard
Easy, Service Oriented, Asynchronous Messaging and Queueing for .NET
Any plan to make it compatible with .NET core 1.0 RTM?
When hitting service it doesn't appear that the site actually gets started as does an initial hit to the api. Is there something that I might be missing in the...
Hi while am adding the dependency Microsoft.AspNetCore.Mvc tried all versions then "RestBus.RabbitMQ and "RestBus.AspNet" are getting package restoration failed.Can you please share a sample using Microsoft.AspNetCore.Mvc.
where can we set message retrial and error queue setting when working with RabbitMQ ?
I came across this project while watching a recent ASP.NET Community Stand up and it looks very promising! I currently use NServiceBus to implement a loosely-coupled micro-services architecture and I...
I have an OWIN WebAPI application. I have a custom 'MyCustomHandler' that inherits from 'DelegatingHandler' and just logs some stuff for every request. An instance of 'MyCustomHandler' is added to...