-
2019-11-17 11:28:07,268 SEVERE [io.ver.cor.net.imp.ConnectionBase] (vert.x-eventloop-thread-0) An existing connection was forcibly closed by the remote host
2019-11-17 11:28:12,081 SEVERE [io.v…
-
Explore supporting [dotenv](https://www.npmjs.com/package/dotenv) configuration files.
-
```
const amqp = require('amqp-connection-manager')
const {CONNECTION_URL} = require('./config/env')
class AmqpConnectionService {
async openConnection() {
this.connection = await amq…
-
I'm running the default service install of rabbitmq-server. I've built and run several C# examples from the RabbitMQ website successfully.
I'm using VS2012 on Win7 64bit in administrator mode. I've …
-
**Is your feature request related to a problem? Please describe.**
I'm looking for a way to introspect on the status of tasks and queues. Coming from Python and Celery, I would typically reach for…
-
Hello,
I'm quite new with AMQP 1.0, so I may be missing something very basic, so hopefully, someone may be able to help me on the problem I'm having.
I'm trying to implement an endpoint to commu…
-
This approach unuseful because after creating new delayed queue amqp increase sequence number and this will reach limit (65535 channel).
There are no other way to get rid of such behavior unless close…
-
**Describe the bug**
I'm trying to detect and whenever a hook is triggered, tile38 should publish the message to a rabbitmq queue.
NOTE: the queue is created with `x-max-priority: 2` args.
I've spe…
-
I get the following exception when sending a task to a non-default queue (top line of the trace is my own code):
```
File "/Users/misha/pn/dbi2/dbi2/server.py", line 581, in add_input
celer…
-
Currently when I provision a device like this using the Ultralight or JSON IoT Agent:
```json
{
"endpoint": "http://iot-sensors/iot/lamp001",
...
"commands": [
{"name…