Share My Creation B4J RabbitMQ Client SSL/Username/Password

Well,

MQTT is a very good Protocol - but what about RabbitMQ ?

1741867344436.png

Do you wanna try it ?
me too...

You will need the following:
1. RabbitMQ JAVA Library and add it in Additional Libs
2. Create a RabbitMQ Broker/Server for example in cloudAMQP for free or you can host your own at your VPS using RabbitMQ
3. Download my b4j code and try it...

I would like to listen your ideas and how will be better ?

Ofcourse you can always give me a boost!
 

Attachments

  • RabbitMQ_test.zip
    5.3 KB · Views: 30

Magma

Expert
Licensed User
Longtime User
Wow. Tell me something. Can this work on top of websockets? If I can subscribe and get notifications from this via BANanoMQTT or any javascript client I'm hooked.

Please help me achieve that if possible as my priority right now is having my webapps access such MQTT functionality.
Hi there....
well it depends... how you wanna use it... in that case may be is it right to do it with websockets or MQTT...

RabbitMQ support the following protocols: AMQP, MQTT, and STOMP

AMQP is the way I gave example
The other two need plugins... to achieved
 
Top