amiquip - New Rust RabbitMQ client

271 views
Skip to first unread message

John Gallagher

unread,
Apr 8, 2019, 7:58:09 PM4/8/19
to rabbitmq-users
Hi all. Wanted to make you aware of amiquip (https://crates.io/crates/amiquip), a new RabbitMQ client for Rust.

The biggest difference between it and lapin (the only other Rust client on the 3rd party clients list) is that lapin is written for futures (Rust's still-in-progress support for async/await), and amiquip is not. It still does async I/O internally, but on a background thread that is not exposed to users; in-memory channels are used to communicate with that thread.

I have not yet been able to put the application I'm working on with amiquip into production, but believe it is far enough along that others could start using it. If anyone does and runs into any problems or has suggestions for changes, I'd love to hear about them.

Thanks!

Michael Klishin

unread,
Apr 23, 2019, 10:25:39 AM4/23/19
to rabbitmq-users
Thank you for your work on this client!

Very cool to see Rust client space to finally get some more mature competition :)

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
MK

Staff Software Engineer, Pivotal/RabbitMQ
Reply all
Reply to author
Forward
0 new messages