Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
51 views

For local development I want to connect my Azure Function to a locally running RabbitMQ instance and run everything locally. But the queue is not found, even though I made sure it exists (see ...
Heinrich's user avatar
0 votes
1 answer
30 views

I have tried federation with a matching vhost on both sides works well. as the doc says, Typically, federation is used to connect remote clusters. However, it can also be used to move data between ...
Chamisxs's user avatar
0 votes
0 answers
27 views

I am using Qpid JMS to connect to RabbitMQ using OAuth. I have read about the Connection Extensions section of the Qpid JMS documentation, which describes how to update the token on a ...
user11734281's user avatar
1 vote
0 answers
33 views

I have a Spring Cloud Stream consumer using the RabbitMQ binder configured: spring: cloud: stream: bindings: input: destination: myQueue rabbit: bindings: ...
David Molina's user avatar
0 votes
1 answer
84 views

We have a system that captures telemetry data in real time. The broker we hire sends telemetry data in real time from the device they place inside our cars. This operation has been running for two ...
laravel_'s user avatar
1 vote
1 answer
111 views

I have a microservice using MassTransit to process messages off a RabbitMQ queue. However I am having a problem where upon an error, MassTransit retries processing the message and/or the message ...
Kile Asmussen's user avatar
0 votes
0 answers
50 views

I have a microservice consuming messages off a RabbitMQ queue using a MassTransit consumer. The problem I am having is that once a message is being processed, it is in a Not-Acknowledged state in ...
Kile Asmussen's user avatar
1 vote
0 answers
75 views

I'm trying to get a response from a webhook and send it to rabbitmq if it works, consume it with ack if not, with nack to repeat the webhook process for payments or document validations, but I'm not ...
John Maciel Holanda's user avatar
0 votes
1 answer
27 views

TasksDispatcher pushes tasks into direct queues per JobType enum: public async Task DispatchAsync(Job job, CancellationToken ct) { using var scope = this.scopeFactory.CreateScope(); var ...
Nickolodeon's user avatar
  • 2,966
0 votes
1 answer
61 views

I've a rabbitMQ implementation (C# with RabbitMQ.Client 7.1.12 nuget) where we send a short json to a queue. But when the receiver gets the queue item sometimes (approximately 1 on 5) the byte array ...
BvdVen's user avatar
  • 2,961
0 votes
0 answers
83 views

I am creating a Nest.js micro service application. I have 5 micro services. And I am using RabbitMQ to communicate with them. I am using the Transport.RMQ. My challenge is when as producer i pass the ...
user1295308's user avatar
0 votes
0 answers
43 views

I have an ASP.NET Core solution that contains 2 services (each using MassTransit) and a common project that has the configuration part for both of the services. The common project contains the ...
Febertson's user avatar
  • 514
0 votes
0 answers
133 views

I’m building a Spring Boot application that uses RabbitMQ. Here is my current setup: application.properties spring.rabbitmq.host=localhost spring.rabbitmq.port=5672 spring.rabbitmq.username=guest ...
tnw's user avatar
  • 1
1 vote
0 answers
81 views

We are using a RabbitMQ worker (https://github.com/php-enqueue/enqueue-dev/tree/master) on our Laravel 11 system to process job batches. At the end of each job, it checks if any more jobs need adding ...
Josh Jackson's user avatar
0 votes
0 answers
58 views

I am using the Hot Chocolate GraphQl library to do real time pub/sub messaging, this works if i create the RabbitMQ connection and channel without using the Hot Chocolate library using the same .Net ...
Soni A's user avatar
  • 43
0 votes
0 answers
42 views

I have a problem during my WiX upgrade - after normal installation of my program for example in version 1.0 I am installing all necessary stuff like RabbitMQ, Erlang and so on but if I want to upgrade ...
kollodziej's user avatar
2 votes
1 answer
74 views

I am new to RabbitMQ and having trouble with my queue being auto deleted. I do not want anything to be auto deleted. I have set the queue to not delete but every time I run the app the queue is ...
Jeremy Styers's user avatar
0 votes
0 answers
56 views

I would like to read a large volume of messages from a RabbitMQ queue, but negatively acknowledge (NACK) them. Some other consumer will ACK them and do work later. I have 100,000 messages in a queue. ...
Jacob Quisenberry's user avatar
0 votes
1 answer
85 views

From what I read: Direct exchange - for commands, Fanout exchange - for events (publish/subscribe). Since official MassTransit documentation isn't very good, and video tutorials aren't in the format ...
Nickolodeon's user avatar
  • 2,966
0 votes
0 answers
68 views

I set up a celery + beat containers in ECS and used AWS MQ as the broker. However, my setup seems to be very prone to disconnections, where celery workers are suddenly disconnected from MQ. I end up ...
Allen Ye's user avatar
2 votes
1 answer
271 views

I have successfully got Celery to put failed tasks onto deadletter queues in RabbitMQ, thanks to this answer https://stackoverflow.com/a/46128311/736221 and this article https://medium.com/@hengfeng/...
grahamlyons's user avatar
0 votes
0 answers
83 views

I'll start with the basics. I am creating an app and want to split it out to microservices. Because I want the microservices to run when the computer is turned on, in the background, regardless of ...
Jeremy Styers's user avatar
0 votes
0 answers
38 views

I have a service with 5 RabbitMQ workers, each running in its own process. Currently, every worker creates its own connection and channel, resulting in 5 connections and 5 channels. To reduce the load ...
Lycan's user avatar
  • 29
0 votes
0 answers
57 views

I have a rabbitMQ container running from docker compose: services: rabbitmq-demo: image: rabbitmq:3.13-management # Using management tag for easier monitoring hostname: rabbitmq ports: ...
andrejb-dev's user avatar
  • 2,477
0 votes
0 answers
151 views

I am trying to find a solution for the symbol lookup error. Here are the details of my setup. Software Stack: Ubuntu 25.10 snapd 2.67.1+25.04 amd64 git version 2.48.1 microk8s 1.32 krew-linux-amd64 ...
dave's user avatar
  • 11
0 votes
0 answers
22 views

I am using RabbitMQ version 4.1.0. I am using topic exchange. My problem is: a new queue related to a given topic is created. But sometimes the previous queue is not deleted, and messages are still ...
Sophie D.'s user avatar
  • 381
0 votes
1 answer
47 views

I know this should not be possible, so I'm thinking we configured something terribly wrong. We were getting 409(Conflict) errors from a 3rd party API we are using and trying to test locally, if I put ...
user621713's user avatar
0 votes
0 answers
40 views

I am using RabbitMQ 4.0.4 with AMQP 1.0 in node via the rhea and rhea promise libraries. I am using topics. How are the queues related to topics are created and deleted in RabbitMQ with AMQP 1.0 with ...
Sophie D.'s user avatar
  • 381
1 vote
1 answer
83 views

Dependencies java: 17 spring-boot: 3.2.12 spring-cloud-starter-stream-rabbit: 4.1.2 bitnami/rabbitmq: 3.13.7-debian-12-r2 Error ERROR [,,,] 1 --- [.43.83.237:5671] o.s.a.r.c.CachingConnectionFactory ...
PSKP's user avatar
  • 1,404
0 votes
0 answers
30 views

We are using amqplib in a TypeScript/Node.js application to publish messages to RabbitMQ using sendToQueue, and although it returns true and we’ve wrapped it with ConfirmChannel and await channel....
BooToo's user avatar
  • 11
0 votes
0 answers
36 views

I am implementing an aspnet backgroundservice rabbitmq consumer that subscribes to push events from the server: protected override async Task ExecuteAsync( CancellationToken stoppingToken) { ...
herme 0's user avatar
  • 982
0 votes
0 answers
42 views

I am working with RabbitMQ v3.12.0 which is running on Erlang v26.0.1. on a Windows 10 machine. The problem is that I am unable to successfully apply encrypted configuration entries. To simplify the ...
James Lerro's user avatar
0 votes
1 answer
60 views

I’ve created a service in NestJS and connected it to RabbitMQ. The connection is established successfully, but I don’t receive any messages unless I manually add a binding in the RabbitMQ Management ...
Pixma's user avatar
  • 19
1 vote
0 answers
33 views

I'm using C# RabbitMQ.Client Lib to process RMQ message. I have set the prefetch to 100, but the EventingBasicConsumer still process the message one by one. why it can't raise 100 event at same time? ...
Jin's user avatar
  • 11
0 votes
1 answer
72 views

How do I know which is the primary host of RabbitMQ using API/CLI in a clustered environment. Below URL giving me the list of hosts, but unable to get the primary from it... curl -sL -u guest:guest -H ...
Vishwa's user avatar
  • 9
0 votes
0 answers
66 views

unfortunately, after connecting RabbitMQ, I can't open my app on any port. After running, my app is up, but while RabbitMQ is running in Docker, I can't open Swagger on localhost with any port that I ...
ZZISST's user avatar
  • 21
0 votes
0 answers
42 views

I am using java based application to publish & consume RabbitMq services for message exchanges. So architecture is pretty simple Java application which produces & consume messages from RMQ ...
Dnyaneshwar Jadhav's user avatar
1 vote
0 answers
49 views

I'm implementing a task history feature in a Spring Boot application where each status change should be recorded in a task_history table. However, I'm getting transaction rollback errors when trying ...
JosueDanielChitay's user avatar
0 votes
1 answer
60 views

Question: I’m building a Spring Boot application that uses Spring Cloud Stream with the RabbitMQ binder. My project pulls in several dependencies—Spring MVC, Spring Cloud Stream, Resilience4j (circuit ...
CursedChico's user avatar
0 votes
1 answer
151 views

I'm using RabbitMQ with Spring AMQP and want to ensure reliable message delivery from the producer to the RabbitMQ broker. To achieve this, I've enabled Publisher Confirms and Publisher Returns. ...
evelynn9's user avatar
-1 votes
1 answer
131 views

I am using Python to develop Azure function. I have tried and successfully ran the HTTP template of Azure function locally on my PC. However, now I am trying to run Azure function app with Rabbit MQ ...
suzuki honda's user avatar
-1 votes
0 answers
52 views

I’m running a RabbitMQ cluster (version 3.13.7) with three nodes, and I’m trying to understand why the cluster is running out of memory after a few weeks of operation. From the RabbitMQ metrics, I can ...
horak90's user avatar
  • 23
0 votes
1 answer
125 views

I have an Azure Function made in Java, which is triggered by RabbitMQ messages on a specific queue. My problem is that I need to output two different messages, one in the middle of the function's code ...
nonzaprej's user avatar
  • 1,614
0 votes
0 answers
29 views

I’m using Celery with Redis and RabbitMQ as brokers, and Flower for monitoring. I have an API endpoint to upload documents, which triggers a first Celery task to process the initial batch. Inside this ...
Sridhanuja ravikumar's user avatar
0 votes
0 answers
24 views

I have simply code retrieving messages from queue but keep waiting for new messages how can I continue execution after all messages retrieved ? import pika, sys, os def main(): connection = pika....
Boaz Lowenstein's user avatar
0 votes
1 answer
183 views

I have a web application where the result of calling an endpoint will publish a message to rabbitMQ. This says a channel object is not thread-safe, but a channel should be long lived. I have come up ...
entity hassle's user avatar
0 votes
1 answer
93 views

I want use AMQP connection string. I want to create a single shared connection (and channel per app lifetime to avoid resource exhaustion.
J4K0b's user avatar
  • 33
0 votes
0 answers
65 views

I have a queue in RabbitMQ broker called queue-ktm of type quorum. There are tasks pushed to this queue and available. I run a celery worker to consume from this queue with following configuration: ...
Azima's user avatar
  • 4,161
0 votes
0 answers
29 views

I have a microservices architecture where services communicate via RabbitMQ. In one microservice (let’s call it EventService), I publish a message and wait for a synchronous response from another ...
yatin tripathi's user avatar
-2 votes
1 answer
128 views

In my existing monolith application, I generate files that need to be sent as email attachments. I've started moving to a microservices architecture, where an event is raised via RabbitMQ to trigger ...
kdeepak's user avatar
  • 79

1
2 3 4 5
288