Jump to content
Sign in to follow this  
sonadorje

rabbitmq-delphi release

Recommended Posts

Does this support AMQP 1.0?

There are only few comments and some of them are in chinese(?). Do you plan to add some more comments, describe the tests a bit, or give some more examples?

Share this post


Link to post

I asked if the rabbitmq-delphi project support AMQP 1.0. 

I had another look at RabbitMQ and it looks like it primarily uses AMQP 0-9-1. I primarily use MQTT with "traditional" MQTT-Brokers, but when I compared Message Queue technologies and brokers/IoT Hubs I noticed some (primarily) support AMQP 1.0, so perhaps if this library supported version 1.0 I could use it (or parts of it) to connect to those.

But as RabbitMQ primarily uses AMQP 0.9.1 I think this library also uses this version.

Share this post


Link to post
17 hours ago, Anders Melander said:

Yes, but via plugin. Default seems to be 0.9.1.

And I'm not really interested in what RabbitMQ is using, but what this library is using. I'm not familiar with these protocols, but I dug into the code and found the version constants: https://github.com/sonadorje/rabbitmq-delphi/blob/34bcf2e76f04a7be08d701dd82c5d86c0ada0cd7/AMQP.Types.pas#L1046

AMQP_VERSION_STRING = '0.9.1';

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×