Questions tagged as 'rabbitmq'

1
answer

Socket Javascript does not connect (Stomp + RabbitMQ)

I'm trying to establish a communication between RabbitMQ and Javascript, to retrieve the log information that is sent to a RabbitMQ topic, but to no avail. In the console the following information is displayed: Opening Web Socket... WebSocket...
asked by 04.10.2017 / 13:16
1
answer

Is there a way to do "migration" in RabbitMQ?

Hello I would like to know if there is any alternative to create / change / remove exchanges, queues and bindings without depending on the framework (in my case, Spring) for this. We often need to change the name of a Routing Key, Queue, o...
asked by 07.05.2018 / 15:02
1
answer

RabbitMq 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, the tasks run smoothly, however the application will run via the internet and is installed on...
asked by 26.10.2018 / 16:29