jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.24k stars 333 forks source link

Fix broken build #394

Closed pnikonowicz closed 5 years ago

pnikonowicz commented 5 years ago

It appears as if the tests are expecting rabbit to be running on port 15672 instead of 5672.

rabbit is running on 5672, point the tests to that port

michaelklishin commented 5 years ago

This is wrong. The line in question sets up an HTTP API client, and port 5672 is for AMQP 0-9-1 and AMQP 1.0 clients.