Overview
PoShRabbit exposes the messaging facilities of RabbitMQ to PowerShell in a simple and natural way. It allows your PowerShell scripts to become message-driven and participate in distributed systems.
With PoshRabbit, your PowerShell scripts can:
- actively poll RabbitMQ for messages;
- passively wait until a message is available;
- assign a script block to handle messages automatically;
- publish your own messages to a RabbitMQ exchange.
External Resources
If you're new to RabbitMQ, you may find these resources useful: