-
## Description
## Background Information / Reproduction Steps
Used CMake options:
```bash
cmake -DUA_NAMESPACE_ZERO= ..
```
## Checklist
Please provide the following info…
-
I have been trying to run a simple example client against various different AMQP servers from the Apache Software Foundation (Apache ActivemMQ Artemis, Apache Qpid Dispatch Router and Apache c++ broke…
-
**Describe the bug**
Following the Marble docs for creating an amqp publisher I receive the following error on app start-up
`(node:90349) UnhandledPromiseRejectionWarning: TypeError: rabbitMqClient.…
-
Hi!
I was getting started with Node.Js and interest in testing the speed of queuing with RabbitMQ. However i got stuck with this issue connecting. I will be investigating more into it, but pe…
-
I am trying to connect software that uses Apache Qpid Proton to RabbitMQ. I wish to authenticate with user name and password. I notice that the SASL PLAIN authentication fails if the initial-respons…
-
When I connect qpid 1.38.0, it appears:
2019/12/31 10:31:46 Dialing AMQP server:unexpected protocol version 1.0.10
Qpid C++ 1.38.0
Component | Languages | Platforms | AMQP versions
C++ broker …
-
When an AMQP server forces an early closure of a connection, due to imposed resource limits, the AMQP message close will contain the reason and description, for example 'resource-limit-exceeded' and …
-
Hi,
I think I've found a bug with `Connection.Channel()`: sometimes the call is blocked indefinitely.
My scenario:
I've got a queue in a vhost. I start to consume on this queue.
Then I delete …
-
Hello, I ran into this while teaching an introductory workshop - it was extremely confusing for the attendees!
Consider the following example script:
``` javascript
var amqp = require('amqp');
var u…
-
**Description**
Add support for access control server and IdentityProvider based on #4391
**Tasklist**
* [x] Build AMQP SASL authentication server engine (accepting, disapatching, AMQP p…