Skip to content

jefking/King.Service.ServiceBus

Repository files navigation

Task scheduling for .NET: Service Bus.

  • Initialize: Queues, Topics
  • Enqueue and dequeue
  • Enqueue for dequeue at specific time
  • Dequeue batches
  • Recieve events
  • Time sensitive events
  • Plugs into King.Service

View the wiki to learn how to use this.]

PM> Install-Package King.Service.ServiceBus

Create Azure Service Bus

Pull

docker pull jefking/king.service.servicebus.demo

Run

docker run -it jefking/king.service.servicebus.demo <YOUR CONNECTION STRING>

CI

Build status