Skip to content

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

Answered by raman-m
RredCat asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, Taras! Welcome to Ocelot world! 🐯

I am expecting to have a configuration that allows me to pass messages to the message queue.

Regrettably, Ocelot cannot route RabbitMQ traffic. However, if you configure upstream clients and downstream services to handle HTTP or WebSockets traffic, Ocelot should be able to route it. Downgrading the protocol to an insecure HTTP scheme is likely not in your or the community's interest. A more acceptable option would be the wss scheme. This reflects the present capabilities of Ocelot's pipeline. So, read this → RabbitMQ | HTTP and WebSockets

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

Pl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raman-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2204 on November 15, 2024 09:15.