-
Hi, I'm writing an instrumentation library for nodejs [`amqplib`](https://www.npmjs.com/package/amqplib) for recording distributed traces via rabbitmq.
I came across this specification, and tried t…
-
After upgrading RabbitMQ to 3.8.1 and defining a new queue, Graylog is no longer able to consume this new queue. When trying to spawn a new input, the following error is shown in the logs:
```
201…
-
It seems that celery-java do not support the redis broker
this is my code:
` Celery client = Celery.builder()
.brokerUri("redis://:M2EzYmNiYzc3Y2IyZWFiNzRhMjkxOGU4ODJiY2YyOTJhOWVm…
-
Hello, this package have azure service bus support or any prediction of implementing it using a proxy proxy or the amqp protocol itself?
-
## Checklist
```
software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:2.7.13
billiard:3.5.0.3 py-amqp:2.2.1
platform -> system:Windows arch:64bit, WindowsPE imp:CPython
loader -> celery.…
-
Hello,
I have a docker container running RMQ, in Marathon. One port is tagged as amqp (data protocol), the other one as mgmt (management interface)
Where doing:
```
dig -t SRV _amqp._rabbitmq-senti…
-
Hello,
It will be nice if `Spyne` could support AMQP (RabbitMQ) as transport protocol
either "directly" through Pika https://www.rabbitmq.com/tutorials/tutorial-six-python.html https://pypi.python.or…
-
I'm running RabbitMQ v2.8.5 with node.js v0.8.6 and the amqp-node client. I've set up a simple publish/consume test in two different ways each produces a different latency and I can't work out why. Th…
-
Looks like new sphinx shows some warning on building documentation
```console
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.1.2
m…
-
**Below is the code used to C2D (Service client Sender)**
`package iothub
import (
"context"
"fmt"
"log"
"github.com/amenzhinsky/iothub/iotservice"
)
// SendMessage sends a message…