Home > SimpleQueue

SimpleQueue

SimpleQueue is a project mainly written in C#, based on the MIT license.

Simple message queue

This a simple, set of classes to support an in-memory message, and a STOMP one (can talk to RabbitMQ for example).

License MIT.

The stomp code requires Internet Pack, http://code.remobjects.com/p/internetpack/ for the async classes.

Previous:Pipeline