march_hare icon indicating copy to clipboard operation
march_hare copied to clipboard

Idiomatic, fast and well-maintained JRuby client for RabbitMQ

Results 7 march_hare issues
Sort by recently updated
recently updated
newest added

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...

Documentation

See the discussion with @andrewvc in #128. Bunny and a few other clients already do this.

TLS

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...

Feature Requests
TLS

This commit adds an additional parameter to #connect to support setting the maximum size of inbound messages.