Easy RabbitMQ Manager
A premium, commercial-ready interface to track, monitor, and manage your RabbitMQ server environment natively from Odoo.
Premium Features
Monitor systems performance and manage messages cleanly.
Metrics & Resource Graphs
Monitor cluster-wide resource utilization. Displays real-time Memory (MB) and Disk space (GB) usage limits alongside overall counts for connections, queues, and messages.
Queues Tracking & Actions
Detailed statistics on ready and unacknowledged messages. Perform management commands like **Purging** messages or **Deleting** the queue from Odoo with instant synchronization.
Publish Message Wizard
Publish payloads directly to queues. Write standard text or JSON messages and specify routing keys to test consumer ingestion rates.
Get/Peek Message Wizard
Retrieve messages currently pending inside a queue to inspect properties and payload contents. Support for safe requeuing or acknowledging (removing) read messages.
Why Choose RabbitMQ for Odoo?
Unlock enterprise-grade performance, reliability, and systems scalability.
Database Decoupling
Reduce direct write-heavy database locks on PostgreSQL. Odoo delegates heavy background processes, keeping the user interface extremely fast and responsive.
Fault Tolerance
If Odoo undergoes maintenance or downtime, RabbitMQ safely holds all incoming transactions in persistent queues. No lost data, no missed orders.
High Scalability
Instantly scale message consumers to other worker nodes or backend servers without consuming resources from the primary Odoo server.
Quick-Start & Docker Guide
Docker Compose Support Included
If you do not have a RabbitMQ instance running, a pre-configureddocker-compose.txt template is included in the root folder of this module.
1. Launching RabbitMQ
Rename the file docker-compose.txt in the module folder to docker-compose.yml. Run the command:
docker compose up -d
This will initialize an Alpine-based RabbitMQ 3.12 service with management options activated on default ports 5672 (AMQP) and 15672 (Management).
2. Admin Credentials
Open the RabbitMQ management panel at http://localhost:15672 and sign in with the default credentials:
Username: admin | Password: admin123
3. Connect from Odoo
Install this module on Odoo, navigate to **RabbitMQ > Servers** menu and click **New**. Enter the host address (e.g. localhost), port 15672, and credentials. Test the connection and trigger **Sync All Data** to populate the monitoring dashboards.
Developed and Maintained by
Hendra Latumeten
For support or custom development inquiries: latumetenhendra@gmail.com
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 859 |
| Technical Name |
easy_rabbitmq_manager |
| License | OPL-1 |
| Website | http://hendralatumeten.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module