Amazon MQ - What crate is recommend to consume / read from the message broker? #1271
-
For Amazon MQ: https://crates.io/crates/aws-sdk-mq What rust crate is recommended to read from the message broker / message queue that is created by Amazon MQ? From this documentation: https://activemq.apache.org/components/classic/documentation/cross-language-clients it looks like there isn't a ActiveMQ Rust library, and to implement it with the STOMP protocol. I then found this crate: https://crates.io/crates/stomp but it appears it is abandoned, very outdated, and doesn't build on current Rust versions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For anyone looking for an answer this crate worked well for me: https://github.com/snaggen/async-stomp |
Beta Was this translation helpful? Give feedback.
For anyone looking for an answer this crate worked well for me: https://github.com/snaggen/async-stomp