ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
856 stars 137 forks source link

CI: Use jruby-9.2.9.0 #336

Closed olleolleolle closed 4 years ago

olleolleolle commented 4 years ago

This PR updates the CI matrix to use latest JRuby, 9.2.9.0.

JRuby 9.2.9.0 release blog post

olleolleolle commented 4 years ago
3.03s$ sudo systemctl start rabbitmq-server

Failed to start rabbitmq-server.service: Unit rabbitmq-server.service not found.
michaelklishin commented 4 years ago

I'd prefer to use latest RabbitMQ provisioned from Bintray. I'll work on that separately.

olleolleolle commented 4 years ago

Thanks, that's great!