ruby-amqp / rabbitmq_http_api_client

RabbitMQ HTTP API client for Ruby
MIT License
79 stars 49 forks source link

Change message get mode for version 3.7.X #26

Closed Gsantomaggio closed 6 years ago

Gsantomaggio commented 8 years ago

The RabbitMQ version 3.7.x changed the get message using the HTTP API.

This PR should be merged when the 3.7.x will be official.

Unit tests passed:

Finished in 3 minutes 0.8 seconds (files took 0.60178 seconds to load)
1074 examples, 0 failures, 4 pending
michaelklishin commented 6 years ago

This has been adopted in master, e.g. in e4e512af.