Skip to content

Is it possible to pass messages to message queue (like RabbitMQ)? #2204

Description

@RredCat

Expected Behavior / New Feature

I am expecting to have a configuration that allows me to pass messages to the message queue.
It could be something like:

{
  "UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ],
  "UpstreamPathTemplate": "/gateway/{catchAll}",
  "DownstreamPathTemplate": "/{catchAll}",
  "DownstreamScheme": "RabbitMQ",
  "DownstreamHostAndPorts": [
    { "mqOptions":"some options" }
  ]
}

Actual Behavior / Motivation for New Feature

At the current moment, it is possible to use "http", "https" and "ws" as a value for "DownstreamScheme".

Is it possible to implement such behavior?

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