B
B
Benedictus2020-10-23 14:25:41
Oracle
Benedictus, 2020-10-23 14:25:41

Is it possible to configure the transmission of SQL queries through RabbitMQ?

There is such a simplified seme APP <---> RabbitMQ <---> ORACLE DB

In this bundle, a request should be generated and the data on this request should be transmitted via Rabbit to APP. Is it possible to somehow set up a direct interaction between RabbitMQ <---> ORACLE DB, or should there be some kind of application between the systems that will pull the database and parse it into a format that Rabbit accepts (for example, JSON)?

Under direct interaction, I have some functionality built into Rabbit or ORACLE DB that allows systems to communicate without interlayers.

The question here is more in the direction of architecture and not how to set it up)

Thank you

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2020-10-23
@Benedictus

You have to write on your own. And it's worth adding that RabbitMQ is not designed for these tasks. Some kind of game is conceived

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question