RabbitMQ Publish
Version updated for https://github.com/rikkaneko/rabbitmq-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the publishing of UTF-8 payloads to a RabbitMQ or AMQP exchange or queue. It supports various authentication methods, including username/password and mTLS certificate-based authentication, as well as header support for custom routing keys. The action ensures that the connection is validated before publication and provides options for consumer acknowledgment with timeout settings.
What’s Changed
Inital release