S
S
smartbe2021-09-13 08:30:22
RabbitMQ
smartbe, 2021-09-13 08:30:22

Are there large delays in the message queues?

I want one microservice to transfer information to another. I understand that a message queue is used for this (for example, rabbitMQ). What could be the delay? Is it possible to keep a message queue somewhere in memory?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-09-13
@smartbe

What could be the delay?

Depends on the config and disk speed. Usually not critical. Maybe about a few to ten milliseconds (did not measure).
Is it possible to keep a message queue somewhere in memory?

Do you mean save to disk? Yes, you can:
https://www.rabbitmq.com/persistence-conf.html
Well, this is specifically about rabbitmq. Other brokers may be different.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question