-
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…
-
Hello,
I try to get this package work with RabbitMQ and the AMQP 1 plugin. I can get it work with Go and Azure or C# and RabbitMQ but not with Go and RabbitMQ. Here is my code
```
package main…
-
Original source:
``` js
module.exports = {
type: 'amqp',
json: true,
amqp: require('amqp'),
exchange: process.env.NODE_AMQP_EXCHANGE,
client: {
url: process.env.NODE_AMQP_…
-
Hi, thanks a lot for the project, `amqp-utils` is a really helpful tool for managing AMQP servers!
Today I faced the following problem: I'm using a few custom exchange types, like [0]. I don't want m…
-
```
INFO 2015-10-01 16:02:53,329 edeposit.amqp.pdfbox.handlers: new message arrived
DefaultExceptionHandler: Consumer langohr.consumers.proxy$com.rabbitmq.client.DefaultConsumer$ff19274a@4d4afa76 (am…
-
```
INFO 2015-10-01 16:02:53,329 edeposit.amqp.pdfbox.handlers: new message arrived
DefaultExceptionHandler: Consumer langohr.consumers.proxy$com.rabbitmq.client.DefaultConsumer$ff19274a@4d4afa76 (am…
-
### Goal
The goal of this issue to help ensure that the CFX standard is able to support future message serialization formats and compression types easily without a danger to any existing client tha…
-
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…
-
Apache Qpid supports the latest version of AMQP 0-10 while py-amqplib only supports AMQP 0-8.
I suggest that AMQP client library should be like a plugin for one to be able to use any of py-amqplib, p…
-
AMQP allows for async requests. AMQParty should expose an option for making a request asynchronous. Otherwise, our AMQP services can't act as "workers" without using a different AMQP client.