rabbitmqssl
Version:
RabbitMQ client with SSL support for ActivePieces
45 lines (29 loc) • 746 B
Markdown
# RabbitMQ SSL
A RabbitMQ client with SSL support for ActivePieces framework.
## Installation
```bash
npm install rabbitmqssl
```
## Features
- Send messages to RabbitMQ exchanges
- Send messages to RabbitMQ queues
- Receive messages from RabbitMQ
- SSL/TLS support
- Custom authentication
## Usage
This package is designed to work with the ActivePieces automation framework. It provides:
- **Actions**: Send messages to exchanges and queues
- **Triggers**: Receive messages from RabbitMQ
- **Authentication**: Custom auth with SSL support
## Configuration
The package supports the following connection parameters:
- Host
- Username
- Password
- Port
- Virtual Host (optional)
- SSL (optional)
## License
MIT
## Author
moootid