amqp Questions
5
Using RabbitMQ as broker, I would like to copy all the messages from one queue to another queue for test/debug purpose. What's the simplest way via RabbitMQ web management console / cli?
P.S. Unde...
Koppel asked 31/7, 2018 at 7:6
7
Solved
We have a PHP app that forwards messages from RabbitMQ to connected devices down a WebSocket connection (PHP AMQP pecl extension v1.7.1 & RabbitMQ 3.6.6).
Messages are consumed from an array o...
5
I am looking to be able to move messages between queues (manually) in Rabbit.
For example:
first-queue has messages ['a','b','c','d','e','f']
second-queue has messages ['x','y']
I want to be ab...
2
Solved
I tried out last 3 days with the below issue. Kindly help me to resolve the issue,
>Error: Unexpected close
at succeed (/usr/local/lib/node_modules/amqplib/lib/connection.js:259:13)
at onOpenOk...
2
I have installed sensu with chef community cookbook. However, sensu client fails to connect to server. Results in rabbitmq connection error with message timed out while attempting to connect
Here ...
Basipetal asked 8/7, 2014 at 13:1
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...
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
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
15
Solved
I am just starting to use RabbitMQ and AMQP in general.
I have a queue of messages
I have multiple consumers, which I would like to do different things with the same message.
Most of the Rabbi...
3
Amazon MQ (Active MQ) says it works with amqp, and there's a go package here https://github.com/streadway/amqp but when I try to Dial() I get this error
Exception (501) Reason: "Exception (501) R...
Breen asked 8/12, 2017 at 0:25
4
Solved
I am a newbie to RabbitMQ, hence need guidance on a basic question:
Does RabbitMQ send messages to consumer as they arrive?
OR
Does RabbitMQ send messages to consumer as they become available?
...
8
2
Is it possibile for RabbitMQ with amqp1.0 plugin, queues act like topics?
In this docs -19th slide- I saw, Queue-s acting like topics, with non-destructive links. I just don't see is it able to(?)...
3
Solved
I understand that 2 options are available:
"Non-persistent"
"Persistent"
But what does this actually mean?
"Non-persistent" as in : the AMQP fabric will try to deliver the message if there ar...
Allomerism asked 26/2, 2010 at 18:46
3
Solved
A little background.
Very big monolithic Django application. All components use the same database. We need to separate services so we can independently upgrade some parts of the system without aff...
2
I use rabbitmq. I created a queue and put 10 messages here.
I want to delete only specific one of 10 messages here. Is there a way to delete it?
1
In my Symfony project, there is a queue message handler, and I have an error that randomly appears during the execution:
[2022-10-12T07:31:40.060119+00:00] console.CRITICAL: Error thrown while runn...
Australian asked 16/1, 2023 at 18:1
5
while trying to create a new connection to rabbitmq running on a different server, I got the following error:
java.io.IOException
at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:106)
a...
Shortchange asked 3/4, 2014 at 11:0
6
Solved
I am trying to setup rabbitmq it can be accessed externally (from non-localhost) through nginx.
nginx-rabbitmq.conf:
server {
listen 5672;
server_name x.x.x.x;
location / {
proxy_pass http://...
2
Solved
I think I am missing something here..I am trying to create simple rabbit listner which can accept custom object as message type. Now as per doc it says
In versions prior to 1.6, the type informati...
Balefire asked 28/1, 2017 at 20:45
2
I'm having some issue getting Pika to work with routing keys or exchanges in a way that's consistent with it AMQP or RabbitMQ documentation. I understand that the RabbitMQ documentation uses an old...
7
Solved
I installed RabbitMQ server on OS X, and started it on command line. Now, it is not obvious that how I should stop it from running? After I did:
sudo rabbitmq-server -detached
I get:
Activating...
2
Solved
so i want to take a Json and parse it to Object and then implement a RPC RabbitMQ Server so that i can send the Object to the Server through RabbitMQ and there the Object will be proceed to be save...
4
I have installed RabbitMQ server on my windows 7 machine.
I am not able to stop the service by running this command in rabbitmq command line rabbitmq-server.bat -detached and rabbitmq-service.bat s...
1
Solved
I have RabbitMQ setup with two queues called: low and high. I want my celery workers to consume from the high priority queue before consuming tasks for the low priority queue. I get this following ...
Wolffish asked 27/8, 2020 at 0:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.