Skip to content

SqlQueue is a simple example of how you can use a table in SqlServer as a job queue.

License

Notifications You must be signed in to change notification settings

pwhe23/SqlQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlQueue

SqlQueue is a simple example of how you can use a table in SqlServer as a job queue. It can handle multiple consumers all pulling from the queue at the same time. To test simply, run the SqlProducer exe to create jobs and as many SqlConsumers instances as you want to run the jobs.

About

SqlQueue is a simple example of how you can use a table in SqlServer as a job queue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages