menu

Recent questions tagged rabbitmq

2 votes
1 answer
Is it possible to configure the transfer of SQL queries through RabbitMQ? There is a simplified sema APP<--->RabbitMQ<--->ORACLE DB In this bind should generate a query and data on this query passed through Rabbit in APP. Can you ...
by Benedictus
asked Sep 20, 2021
2 votes
1 answer
Нормален ли е този вид архитектура? Искам да разбера дали ските не вървят или какво. Има два ̶s̶t̶u̶l̶a̶ сървъра с приложения yii2. Един от тях получава множество съобщения от потребители, съхранява ги в ...
1 vote
1 answer
Chat using a message queue? Hello, everyone! I have a stack: 1. The visual part of the chat is written in Vue (Browser, receiving and sending messages) 2. Raised the message queue (RabbitMQ) 3. th ...
by IgorPI
asked Apr 4, 2021
1 vote
1 answer
Types of exchangers in rabbitmq and storing the message when the recipient is inactive? The rabbitmq doc says that there are several types of exchangers, one of them is fanout - it distributes messages to all queues and ignores the routing_key. Problem mode ...
by deadsquirrel93
asked Mar 29, 2021
4 votes
1 answer
How to avoid losing messages in a RabbitMQ cluster? Hi all, How do I avoid losing messages if all nodes in the cluster reboot at the same time? When the master fails? Respectfully, Vadim ...
by Viji
asked Mar 23, 2021
1 vote
3 answers
Should I use NFS for Persistent Volumes when running RabbitMQ in a Kubernetes cluster? Hi, The challenge is to raise the RabbitMQ cluster in Kubernetes so that no messages are lost when one Availability Zone in AWS goes down? I'm thinking of raising EFS a ...
by Viji
asked Mar 23, 2021
1 vote
1 answer
Why can't I access the RabbitMQ service on Windows from WSL? The RabbitMQ service is running in WIndows and its admin panel is also available > netstat -an|findstr "0.0.0.0:5672" TCP 0.0.0.0:5672 0.0.0.0:0 ...
by 2ord
asked Mar 22, 2021
1 vote
1 answer
How do I work with RabbitMQ to accept messages? The situation is as follows: 1. There are three servers: RabbitMQ and 2 web servers. 2. When you access the file send.php on the first web server via POST request sends ...
by FEDKOTV
asked Mar 13, 2021
1 vote
2 answers
How to organize the web api from the queues? There is a client that requests something from api (http get method). The api sends a hard task to the queue, and when the task completes, the client needs to be notifie ...
by rukid
asked Mar 8, 2021
2 votes
1 answer
What is the best way to organize a RabbitMQ cluster and ensure the safety of messages in case of failure? Hi all, There is an EC2 instance with RabbitMQ broker. What is the best way to ensure high availability (if multi node cluster, which elb) and at the same time not to l ...
by Viji
asked Mar 8, 2021
10 votes
3 answers
How to properly organize the queues? There is some kind of application: - several replicas of microservices (service_1) that hold a WebSocket connection with the client (liba centrifuge) - broker rabbitmq - ...
1 vote
1 answer
How do I configure RabbitMQ on Gateway? Chose RabbitMQ for Node.js microservices, but don't know if there is a Gateway for RabbitMQ on Node.js? I would also like to know how the front end part of the project i ...
by id_pripyat
asked Feb 23, 2021
1 vote
1 answer
Why do you need JMS (RabbitMQ, etc.) when you have Apache Kafka? Backround: I encountered Kafka on the project very superficially, I poked something in Kafka Tool, sent something, received something, but nothing more than that. Never ...
by hddn
asked Feb 19, 2021
3 votes
1 answer
Is there a handy tool for tracking messages between services? Hello! Currently solving the problem of converting all sorts of queries from simple to asynchronous By solving the problem, I will get 4 services exchanging messages, wh ...
by cas_pername
asked Feb 9, 2021
1 vote
1 answer
Why not get the data to RabbitMQ?The query command status rabbitMQ sudo rabbitmqctl -q status -n rabbit@demoI get this response: Error: unable to connect to node rabbit@mongeo: nodedownDIAGNOSTICS======= ...
by BATAZOR
asked Jul 31, 2020
1 vote
1 answer
Should the worker himself to determine, to handle his task or not?A colleague has encountered the following argument. Let's imagine the situation. There is a task a certain way to process the input file. The business logic is such that ...
by Labutin
asked Jun 23, 2020
9 votes
1 answer
How to organize a resilience when working to a RabbitMQ cluster?Begin the issue with analogies. For Example MongoDB. There are three nodes in replicaset. The connection string identifies all three and the driver itself determines who ...
by Labutin
asked Jun 22, 2020
5 votes
2 answers
ReactPHP + RabbitMQ how to do non-blocking wait for new soobshenii?Good day to all. Actually the question. Decided to make posts on the website on ReactPHP + RabbitMQ hoping for async in the long pooling. But in fact, PhpAmqpLib uses a b ...
by igordata
asked May 25, 2020
1 vote
1 answer
Synchronization methods or do all in one method (multithreaded programming)?I use Spring AMQP for messaging and Queuing process images and videos. @Transactional @RabbitListener(queues = "test") public void processImage(Message message, @He ...
by drunkstudent
asked May 23, 2020
2 votes
1 answer
The server queues which can raise worker of necessity?We have a service with a large number of customers(accounts), for each user I want to create own task queue to each other, they were not detained. A large number of "work ...
by aikus
asked May 21, 2020