Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 923 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 923 Bytes

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