-
Currently [stream](https://www.rabbitmq.com/stream.html) connections are not listed by `list_connections` because historically, all protocols had separate connection listing commands, and `list_connec…
-
**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.…
-
I'm creating a cloud-to-device link via AMQP with:
```go
ihQueueClient, err := iotservice.NewFromConnectionString(iotHubConnStr)
```
I can use this successfully for 1 hour or so, but then afte…
-
connection.completeConfiguration() doesn't reject the Promise if the connection string passed is wrong.
```
//wrong connection string
let connString:string='amqp://donald:duck@ducktales:'+cfg.Por…
-
In AMQP 1.0, a delivery-number is a 32-bit RFC-1982 serial number.
The DISPOSITION frame includes fields `first` and `last`.
`first` is the lower bound of delivery-ids to be (n)acked.
`last` is the…
-
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…
-
I'm running a celery worker which uses a RabbitMQ broker via an SSL connection. From time to time we're seeing an error in our logs
```
SSLError(1, '[SSL: PROTOCOL_IS_SHUTDOWN] protocol is shutdow…
-
Save this to foo.coffee and run `coffee foo.coffee`...
```
amqp = require('amqp')
amqp.createConnection "YOUR CONNECTION URL", {}, (connection) ->
connection.exchange 'ldexchange', {type: 'direct…
-
Env:
* MacOS High Sierra 10.13.3
* Python 3.6.5
I encounter the below issue, any idea?
$ pip install librabbitmq==2.0.0
```
/private/var/folders/y9/z4pjlg2d3xj7z7q53fthpwsr0000gn/T/pip-i…
-
When attempting to use a ChannelPool of ackable channels with a Confirmation `chan` hosted inside a wrapper struct (ChannelHost), I noticed that the Confirmation channel exploded with Confirmations, a…