Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
17 views

I am able to create classic queue but not quorum queue in RabbitMQ 4.0 using rhea.js and AMQP1.0
Shashi Gulati's user avatar
1 vote
1 answer
214 views

I have a node server that is posting messages to an Azure Service Bus topic using the rhea client. The system reading the messages is a .NET console app using the AMQP.NET Lite library. Both clients ...
d512's user avatar
  • 34.6k
0 votes
1 answer
104 views

Fairly sure this is nodejs noobish thing, but I've the following bit of code: const amqp = require('amqplib'); const fs = require('node:fs/promises'); exports.publishRabbitMQResults = async function ...
George Avram's user avatar
1 vote
1 answer
103 views

I'm investigating writing a systems integration using AMQP and looking to copy some common system integration patterns used with JMS based APIs. That includes a message-consumer that filters messages ...
Tim van der Leeuw's user avatar
0 votes
0 answers
62 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,487
0 votes
0 answers
49 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
  • 391
0 votes
0 answers
80 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,171
0 votes
0 answers
43 views

I am using OAuth token for access RabbitMQ cluster. According to the RabbitMQ OAuth plugin documentation connection must bu updated when the token is expired. Does Spring AMQP support update-secret ...
30thh's user avatar
  • 11.4k
0 votes
1 answer
73 views

I am following the documentation about Reactive Messaging AMQP Connector and I have a created a producer as well as a consumer class. I have set the needed properties as defined in documentation, in ...
Alex_Pap's user avatar
  • 566
0 votes
0 answers
44 views

When my application gets an unexpected type of exception I use channel.basicNack(tag, false, true); SpringApplication.exit(context); to stop the app and put the message in its original queue. After ...
Ikarus's user avatar
  • 11
0 votes
1 answer
232 views

My team and I are currently working on the migration from AMQP 0.9 to AMQP 1.0 in RabbitMQ. We are using proton for AMQP 1.0, and we used Pika for AMQP 0.9. We are using Blocking Connection. In AMQP 0....
Sophie D.'s user avatar
  • 391
0 votes
2 answers
154 views

I'm using Apache ActiveMQ Artemis 2.40.0 as the broker and Qpid Proton Python 0.39.0 (python-qpid-proton) as the AMQP 1.0 client. The goal is to have messages redelivered up to a configured limit (max-...
Daniel Nascimento's user avatar
1 vote
3 answers
164 views

I'm trying to implement an AMQP 1.0 client in my Android app, but I haven't been able to find a working solution so far. I have already tried using the Apache QPID ProtonJ2 and Apache QPID JMS ...
Andrea Scalabrini's user avatar
1 vote
0 answers
65 views

My class consumer, wait message from Rabbit: <?php namespace App\Infrastructure; use App\Application\Interfaces\BankServiceInterface; use App\Application\Interfaces\ConsumerInterface; use App\...
Вадим Яковлев's user avatar
0 votes
0 answers
170 views

When I list the vhosts, the vhost xms clearly shows up. $ sudo rabbitmqctl list_vhosts Listing vhosts ... name / xms xms_test But when I try to delete it, it seems to not exist $ sudo rabbitmqctl ...
Matthew Scouten's user avatar

15 30 50 per page
1
2 3 4 5
169