-
Operating System: NAME="CentOS Linux"
VERSION="7 (Core)
Language: NodeJS
Node Version: v10.16.1
NPM version: 6.10.2
Broker: Apache Artemis (Docker container)
I wrote a NodeJS module that opens …
-
From the mailing list: https://groups.google.com/forum/#!topic/rabbitmq-c-users/x6ivLTl0rt4
I would just like to inform you about a (very little) memory leak in the Listen sample (and maybe in others…
-
**Describe the bug**
It seems that If I pass an **amqp uri** different that ampq://guest:guest@localhost:5672, I get a `ConnectionRefusedError: [Errno 111] Connection refused`. The full traceback ca…
-
We use this great wrapper for AMQP client to consume multiple routingKeys on a single Exhange.
For that, we send `AddBinding` to the `Consumer` as documented:
```
consumer ! Record(AddBinding(Binding…
-
Hi @nathan-muir,
Thanks very much for creating this package. I managed to upgrade my install to Meteor 1.4.1.1 but now I find that when the method which calls the Celery task is run, Meteor becomes i…
-
Per virtual host connection limit inevitably requires either
* An eventually consistent counter
* A cluster-wide query of local counters (this is what current versions like 3.12 and 3.13 have)
…
-
What is the correct way to use an exchange type with an x- prefix, such as x-federation?
I'm trying to do:
```
exchange = AMQP::Exchange.new(channel, "x-federation", "my-exchange", :durable => true)…
-
Greetings!
Version: 1.0.24
Use Case: I open a connection to my broker with the following code,
```
function openNewConnection(connectionOptions, brokerConfig) {
logger.info(`Opening connectio…
-
Use Case:
1. Load VIM (OpenStack Generic Driver)
2. Load NSD (I can provide this if you need it but it launches 1 VM and 2 dependent VMs)
3. Launch NSD
4. OpenStack Launches the VMs
5. If we cli…
-
Consuming against queue with new consumer after cancelling/purging throws an AMQPEnvelopeException : Orphaned envelope.
Test case to reproduce:
```
$channel = new AMQPChannel(...);
// Create…