Most voted "rabbitmq" questions
11 questions
Sort by count of
-
3
votes1
answer125
viewsSocket Javascript does not connect (Stomp + Rabbitmq)
I am trying to establish a communication between Rabbitmq and Javascript, to recover the log information that is sent to a Rabbitmq topic, but without success. In the console is displayed the…
-
2
votes1
answer115
viewsIs there a way to do "Migration" in Rabbitmq?
Hello! I wonder if there is any alternative to create/change/remove Exchanges, queues and bindings without relying on the framework (in my case, Spring) for this. Often we need to change the name of…
-
1
votes1
answer124
viewsRabbitmq running on an external server
I have a Django web application that uses Celery for asynchronous tasks and Rabbitmq for Broker management. When both are running on the same machine, tasks are performed smoothly, but the…
-
1
votes2
answers248
viewsError while trying to connect to another Rabbitmq server
I am trying to send a message to another machine in my network that already has the rabbitmq installed. The following error occurs: Error message: None of the specified endpoints Were Reachable When…
-
1
votes0
answers11
viewssend a message to
The Rabbit connection was made correctly, it is working. If I create a queue without vhost, I can send messages normally. The problem is when you are inside one. No error, just don’t send anything…
-
1
votes0
answers43
viewsProblems with Memcached + Django + Celery(Rabbitmq)
I’m having trouble using the memcached + Celery(Django). My program makes a query in a database, through a cursor, creates chuncks with the return of the bank and sends these Chunks to be processed…
-
1
votes0
answers27
viewsIs there a difference between a Message Queue and a Task Schedule?
I wish to make a system where the user can put an action to be done at some point. for example: make X on Thursday at 15 o'clock and I know what I’m doing is a Task Schedule, but along the way I…
-
0
votes0
answers24
viewsTrouble with Rabbit and Spring
Talk about beauty? I’m having a problem using my application with Rabbit via Docker. Here’s what you get: I created a Docker-Compose, it follows: version: "3" services: rabbitmq: image:…
-
0
votes1
answer12
viewsRabbitmq on Node.js with ampqlib not broadcasting the messages
This script should be a command-line chat type only for rabbitmq study. Executions of the program would be opened in parallel. Each execution creates a Sumer from the same queue and all text sent by…
-
0
votes1
answer21
viewsConsumer Rabbitmq is not working
I created a simple program of registration and orders with customers and products. My goal was to implement a CQRS application so that when adding a new order a message would be posted on Rabbit and…
-
-1
votes1
answer65
viewsWhat is the main difference between Kafk, Rabbitmq and Digibee?
I’m working on medium-sized project, and I arrived in a moment that I need to use a messaging system to make the shipment information to a third party system. I wouldn’t want to use a cannon to kill…