march_hare
march_hare copied to clipboard
Idiomatic, fast and well-maintained JRuby client for RabbitMQ
setup-ruby will pick from its list of "newest matching release for that prefix". Example, for this run's jruby-9.2, we get: Also: Drop some YAML comments that seemed unnecessary.
https://rabbitmq.github.io/rabbitmq-java-client/api/current/com/rabbitmq/client/ConnectionFactory.html#newConnection(java.lang.String)
After some trial and error, I've finally figured out how to build a keystore file that march hare can use for supplying client certs and for verifying the validity of...
See the discussion with @andrewvc in #128. Bunny and a few other clients already do this.
It's currently far from easy to set up all the certificates/keys/etc. This needs to be both easier and better documented (e.g. JVM `keytool` is used to import CA certificates, as...
Add JRuby-9.4.x.x to the CI test matrix
This commit adds an additional parameter to #connect to support setting the maximum size of inbound messages.