The MBS Xojo RabbitMQ Plugin
All plugins
Documentation
Download
Mailing list
Order RabbitMQ Plugin license
Order Complete Set License
Plugin Content
RabbitMQ client for message-broker server software.
This plugin is included in our plugin archive:
Download the MBS Xojo Plugins |
||||||
MBS-Xojo-Plugins251.dmg |
MBS-Xojo-Plugins251.zip |
MBS-Xojo-Plugins251.zip |
||||
All archives contain the same content. |
![]() |
MBS RabbitMQ Plugin.pdf | 677K |
You can order a license here: Order
This plugin part is included if you order a Complete set license.
Bringing RabbitMQ to Xojo
Our RabbitMQ plugin part wraps the open source RabbitMQ C library and brings the functionality to Xojo.RabbitMQ itself is an open-source project implementing a message-broker software. It's a server software to do message queues and then there are various clients available to use the services.
We got a couple of classes for you:
- RabbitMQBasicPropertiesMBS
- RabbitMQConnectionInfoMBS
- RabbitMQConnectionMBS
- RabbitMQEnvelopeMBS
- RabbitMQFrameMBS
- RabbitMQMessageMBS
- RabbitMQRPCReplyMBS

We built the plugin for all platforms we support, which includes macOS, iOS, Windows and Linux for both 32/64 and Intel/ARM targets. We include OpenSSL library, so you can use with and without SSL options. As usually the plugin handles memory and error management and hides a couple of low level stuff, especially all the value serialization with arrays, tables and variants.
The documentation for MBS RabbitMQ Plugin:
show all functions and classes in this plugin.
Examples for this plugin:
- /RabbitMQ/amqp_bind
- /RabbitMQ/amqp_consumer
- /RabbitMQ/amqp_exchange_declare
- /RabbitMQ/amqp_listen
- /RabbitMQ/amqp_listenq
- /RabbitMQ/amqp_producer
- /RabbitMQ/amqp_rpc_sendstring_client
- /RabbitMQ/amqp_sendstring
- /RabbitMQ/amqp_ssl_connect
- /RabbitMQ/amqp_unbind
- /RabbitMQ/RabbitMQTutorial/RabbitMQTutorial
Blog Entries
- MQTT in Xojo
- XDC Anywhere - MBS Xojo Plugins
- MBS Xojo Plugin, June 2021 News
- News from the MBS Xojo Plugins Version 21.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.2
- Bringing RabbitMQ to Xojo
Videos
Content of RabbitMQ Plugin.
