Skip to content
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

Add AMQP support #2292

Open
bartbrinkman opened this issue Nov 28, 2022 · 0 comments
Open

Add AMQP support #2292

bartbrinkman opened this issue Nov 28, 2022 · 0 comments

Comments

@bartbrinkman
Copy link

Is your feature request related to a problem? Please describe.
Not necessarily.

Describe the solution you'd like
Like ApiHandlers, but for AMQP queues/messages.

Describe alternatives you've considered
I'm currently resolving (hacking) this by starting an AMQP consumer that does a local HTTP request to an API handler (for every message on a queue) that can map the message itself to a command. I would like to access the resolve context when consuming AMQP messages.

Additional context
Adding handlers for similar wire-level protocols (or those covering this and more like Kafka) might be interesting too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant