actions-marketplace-validations/RabbitMQ Message Sender
Send a message to a queue on a RabbitMQ server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| RABBIT_USERNAME | Rabbit Username | no | — |
| RABBIT_PASSWORD | Rabbit Password | no | — |
| RABBIT_HOST | Rabbit Hostname | no | — |
| RABBIT_PORT | RabbitMQ Port | no | — |
| RABBIT_USE_SSL | Use SSL | no | — |
| RABBIT_QUEUE_NAME | Name for the queue | no | — |
| RABBIT_EXCHANGE_NAME | Name for the exchange | no | — |
| MESSAGE | Message to be sent | no | — |
| ROUTING_KEY | Routing key for the message | no | — |
| DURABLE | Durability for the queue | no | — |
Outputs
no outputs