B4J Library FrostRabbitMQ: RabbitMQ Client Wrapper

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/

Project Contents​


Setup Instructions​

  1. Download Required JARs
  2. Add JARs to B4J Library Folder
    • Copy the JAR files into your B4J Additional Libraries folder.
  3. 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:

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

  • FrostRabbitMQ-For-B4J.zip
    15.6 KB · Views: 27
Top