rabbitmq Questions
17
Solved
Currently i am starting RabbitMQ Docker container using the default RabbitMQ image from DockerHub. Using the following commands.
docker run --restart=always \
-d \
-e RABBITMQ_NODENAME=rabbitmq \
...
5
Solved
I'm using RabbitMQ in C# with the EasyNetQ library. I'm using a pub/sub pattern here. I still have a few issues that I hope anyone can help me with:
When there's an error while consuming a messag...
Ellenaellender asked 18/6, 2015 at 11:52
2
Solved
I know that we can do this to list queue in a rabbitmq:
rabbitmqctl list_queues
but how can I do this via pika?
4
I have a node.js app to be running with rabbitmq and mysql.
After setting everything up, when I do npm start
I have given the user administrator tag and permissions as
rabbitmqctl set_permissions...
3
I am trying to design a replay mechanism that will enable users to replay messages from the queues.
The best design I have come up for an exchange that contains multiple queues and multiple consume...
Chen asked 15/4, 2015 at 8:55
4
Solved
I have a RabbitMQ cluster with two nodes in production and the cluster is breaking with these error messages:
=ERROR REPORT==== 23-Dec-2011::04:21:34 ===
** Node rabbit@rabbitmq02 not responding **...
Phio asked 28/12, 2011 at 9:28
7
I am new to Spring AMQP / Rabbit MQ.
Am using a Spring AMQP / Rabbit MQ in my project. I am facing following error after running a tomcat:
org.springframework.amqp.rabbit.listener.SimpleMessage...
Dauntless asked 25/11, 2015 at 11:30
2
Solved
I'm quite new to Raspberry Pi and Linux/Debian, so please bear with me. I have been trying for hours now to install rabbitMQ on my Raspberry Pi 3, to no avail. I followed the steps, but in the end ...
4
I'm using rabbitmq-server and fetch messages from it using a consumer written in Scala. This has been working like a charm but since I migrated my RabbitMQ server from a server to another, I get th...
Cinchonine asked 18/7, 2018 at 13:46
4
Solved
I have the following problem:
I need to test connection to RabbitMQ Server which operates on AMQ Protocol, and i need to do it using CMD or something similar, so i can execute the command from scr...
2
I try to connect to a RabbitMQ with spring boot. The connection should always restart/retry the connection. I have a problem reconnecting after a fatal exception. The application can never loose a ...
Unicameral asked 3/5, 2017 at 9:15
6
I'm installed docker in windows server 2019 with DockerProvider
I'm using this code
Install-Module DockerProvider
Install-Package Docker -ProviderName DockerProvider -RequiredVersion preview
[Env...
Assegai asked 19/6, 2019 at 10:21
2
Solved
Goal: Prepare a values.yaml file for the rabbitmq chart provided by bitnami, such that the plugin rabbitmq-message-deduplication is ready and available after running helm install ...
Previous solut...
Hoff asked 7/10, 2020 at 14:50
2
Solved
I'm using pika in a kubernetes cluster and consuming messages from a queue, which triggers initiating a function in a new thread. However RabbitMQ seems crash, these are the best logs I've found so...
Hypogenous asked 23/12, 2020 at 11:9
2
C:\rabbitmq-server-3.6.0\scripts>rabbitmq-plugins enable rabbitmq_management
'realpath' is not recognized as an internal or external command,
operable program or batch file.
init terminating in...
3
Solved
I am finding it impossible to set up an encrypted connection with a RabbitMQ broker using python's pika library on the client side. My starting point was the pika tutorial example here but I cannot...
4
Solved
Documentation says that rabbitmq has config: /etc/rabbitmq/rabbitmq.conf
but I have nothing there, but rabbitmq-server is running and consuming messages.
Where is my config file?
Spartacus asked 9/12, 2014 at 13:9
8
Solved
This RabbitMQ page states:
Queue names may be up to 255 bytes of UTF-8 characters.
In ruby (1.9.3), how would I truncate a UTF-8 string by byte-count without breaking in the middle of a charac...
3
Solved
I'am creating a microservice in NestJS. Now I want to use RabbitMQ to send messages to another service.
My question is: is it possible to import the RabbitmqModule based on a .env variable? Such as...
3
I have been given access to a RabbitMQ server to do a load test on it. I'm completely new to servers and AMQ protocol. I've been researching online to see what are some different methods. So far I'...
Elis asked 21/1, 2016 at 23:25
3
Solved
Zipkin works well locally but not in docker container. All the microservices are registered well in the Eureka and they can communicate well. But the only problem is Zipkin. I am getting the follow...
Trafficator asked 21/12, 2022 at 15:2
16
Solved
This was probably asked already, but so far I can't find any detailed explanation at all, and the existing documentation seems as if it was written for some kind on psychic who supposed to know eve...
3
Solved
I am not able to connect a node.js app with rabbit-mq server. Postgres is correctly connected. I don't know why I have a connection refused.
version: "3"
networks:
app-tier:
driver: bridge
servi...
Larval asked 12/11, 2018 at 11:23
17
Solved
The RabbitMQ windows service will not start:
C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.0.4\sbin>rabbitmq-service.bat start
C:\Program Files (x86)\erl5.10.1\erts-5.10.1\bin\erlsrv:...
4
Solved
I try to publish a message on a Queue with RabbitTemplate (using Spring Boot) and I got this message. I already tried to search for a solution.
Caused by: java.lang.IllegalArgumentException: Simpl...
Chronogram asked 15/3, 2019 at 19:53
© 2022 - 2025 — McMap. All rights reserved.