Below you will find pages that utilize the taxonomy term “Rikkaneko”
July 17, 2026
RabbitMQ Publish
Version updated for https://github.com/rikkaneko/rabbitmq-action to version v1.
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 The RabbitMQ Publish Action automates the process of publishing UTF-8 payloads to a RabbitMQ or AMQP exchange or queue using GitHub Actions. It supports both username/password and mTLS certificate authentication, as well as newline-separated key=value AMQP headers and optional consumer acknowledgement through RabbitMQ direct reply-to. The action is configured via inputs and requires secrets for sensitive data storage.
July 16, 2026
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.