We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use with Rabbit MQ in STOMP mode
The text was updated successfully, but these errors were encountered:
some old stomp-rs client from 2018 here https://github.com/zslayton/stomp-rs
this plus the fact that many other connectors are impl Connector for MyConnector that wraps some protocol-client library,
impl Connector for MyConnector
protocol
this functionality could be accomplished with a 300ish lines PR
Sorry, something went wrong.
could make it work with an AMQP client (?)
https://github.com/amqp-rs/lapin
Successfully merging a pull request may close this issue.
To use with Rabbit MQ in STOMP mode
The text was updated successfully, but these errors were encountered: