Skip to content

Add AMQP support #2292

Description

@bartbrinkman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions