Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 500 Bytes

Orleans.Providers.RabbitMQ

An implementation of the Orleans streaming provider model for RabbitMQ.

This provider library was in early development and is no longer maintained - it remains as a partial reference implementation only.

Test Configuration

To test this provider, you can spin up a RabbitMQ Docker container:

docker run -d --hostname my-rabbit --name rabbitmq -e RABBITMQ_DEFAULT_USER=guest -e RABBITMQ_DEFAULT_PASS=guest -p 15672:15672 -p 5671:5671 rabbitmq:3-management