FrostRabbitMQ is a B4J wrapper for the RabbitMQ Java Client that makes it easy for B4X developers to integrate AMQP messaging into their apps.
With this library, you can connect to a RabbitMQ broker, declare queues/exchanges, publish messages, and consume messages.
With FrostRabbitMQ, you can build scalable, event-driven applications.
This library was built on top of the wonderful work of @Magma:
https://www.b4x.com/android/forum/threads/b4j-rabbitmq-client-ssl-username-password.166110/
If this library is useful to you, consider supporting development:
It wraps the RabbitMQ Java Client, which is licensed under MPL 2.0, GPLv2, and Apache License 2.0.
With this library, you can connect to a RabbitMQ broker, declare queues/exchanges, publish messages, and consume messages.
With FrostRabbitMQ, you can build scalable, event-driven applications.
This library was built on top of the wonderful work of @Magma:
https://www.b4x.com/android/forum/threads/b4j-rabbitmq-client-ssl-username-password.166110/
Project Contents
Setup Instructions
- Download Required JARs
- Add JARs to B4J Library Folder
- Copy the JAR files into your B4J Additional Libraries folder.
- Start Using
- Once the library is set up, you can connect to a RabbitMQ broker and use AMQP features (queues, exchanges, routing, etc.) directly from B4J.
Project GitHub
https://github.com/frostcodes/FrostRabbitMQ-For-B4J
Support My Work
If this library is useful to you, consider supporting development:- LINK 1: Donate via Paystack
- LINK 2: Donate via Flutterwave
License
This wrapper is released under the Apache License 2.0.It wraps the RabbitMQ Java Client, which is licensed under MPL 2.0, GPLv2, and Apache License 2.0.
Attachments
Last edited: