Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nibblesnbits/AnyQDemo

Repository files navigation

AnyQ Demo

A simple demo console app demonstrating the use of AnyQ.Queues.Msmq with AnyQ.

Summary

When run, this demo will begin generating a new job every 3 seconds. This job will wait 5 seconds and output a message to the console, demonstrating data being sent to MSMQ, received by AnyQ, and passed to a Job Handler to be executed asyncronously. The ConsoleStatusProvider will also output the status of each of the jobs as they are being processed.

This project also contains an example IRequestSerializer, the JsonRequestSerializer. This class can be used in conjunction with AnyQ.Formatters.Json in any project.

Building and Running

With Visual Studio 2012 or higher, simply open AnyQDemo.sln or AnyQDemo.Advanced.sln and press F5 to run.

If you have Visual Studio 2017 installed, you may run the demo in one step via the rundemo-vs2017.bat file. To demo consuming a queue from multiple processes, run runmultidemo-vs2017.bat.

The rundemo-advanced-vs2017.bat file will excute a demo of the more advanced features of AnyQ.

Notes

You may pass the /clear option to the exe to purge the queue on start.

About

Demo project for AnyQ (https://github.com/DoublePrecisionSoftware/AnyQ)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.