Ruby RabbitMQ HTTP API client 0.9.0
is released.
This is a minor feature release.
Changes Between 0.8.0 and 0.9.0
New Queue Binding Methods
RabbitMQ::HTTP::Client#queue_binding_info
,
RabbitMQ::HTTP::Client#bind_queue
, and
RabbitMQ::HTTP::Client#delete_queue_binding
are new methods that operate on queue bindings:
1 2 3 4 5 |
|
Contributed by Noah Magram.
Changes Between 0.7.0 and 0.8.0
Client#protocol_ports
RabbitMQ::HTTP::Client#enabled_protocols
is a new method that returns
a hash of enabled protocols to their ports. The keys are the same as
returned by Client#enabled_protocols
:
1 2 |
|
Client#enabled_protocols
RabbitMQ::HTTP::Client#enabled_protocols
is a new method that returns
a list of enabled protocols. Some common values are:
amqp
(AMQP 0-9-1)amqp/ssl
(AMQP 0-9-1 with TLS enabled)mqtt
stomp
1 2 |
|
Full change log can be found on GitHub.
About the Author
Michael on behalf of the Ruby RabbitMQ Clients Team