Skip to content

Add STOMP message bus as source connector #806

New issue

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

Open
stan-dot opened this issue Dec 10, 2024 · 2 comments · May be fixed by #831
Open

Add STOMP message bus as source connector #806

stan-dot opened this issue Dec 10, 2024 · 2 comments · May be fixed by #831
Labels
connector enhancement New feature or request

Comments

@stan-dot
Copy link

stan-dot commented Dec 10, 2024

To use with Rabbit MQ in STOMP mode

@stan-dot
Copy link
Author

stan-dot commented Feb 3, 2025

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,

this functionality could be accomplished with a 300ish lines PR

@stan-dot
Copy link
Author

stan-dot commented Feb 3, 2025

could make it work with an AMQP client (?)

https://github.com/amqp-rs/lapin

@stan-dot stan-dot linked a pull request Feb 4, 2025 that will close this issue
@mwylde mwylde added enhancement New feature or request connector labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connector enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants