-
Hi,
I've run into the issue of consuming messages from a queue.
I wrote a daemon which forks several child processes. Each child process is a Net::RabbitMQ client which connects to RabbitMQ server, …
DOBRO updated
12 years ago
-
This is a reference to #3 ... separate from implementation concerns, inlining large data will have a severe effect on broker performance. so this Issue will try to document a consensus value.
-
Hi!
I am trying to run the gryphon dashboards with the Gryphon Data Service (GDS). I have set up redis and RabbitMQ properly, but I keep on running into a CompileError when I call `foreman start` t…
-
Hello, I have followed this tutorial: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-create-transparent-gateway to create transparent gateway. I have generated certificates and tried to connec…
-
I am trying to implement provider and client data transfer with rabbitmq as a broker. Messages are transferring but I am not able to control if Receiver received it. I tried use `autoaccept` function…
-
st2 services log error if `[coordination]` connection was unsuccessful, which is great:
```
2019-08-30 11:19:54,609 DEBUG [-] Using Python: 2.7.12 (/opt/stackstorm/st2/bin/python)
2019-08-30 11:19:…
arm4b updated
3 years ago
-
# Checklist
* [x] I have read the relevant section in the [contribution guide](http://docs.celeryproject.org/en/latest/contributing.html#other-bugs) on reporting bugs.
* [x] I have checked the [i…
-
Can rabbit.js be included in an Angular JS application or is it strictly restricted to be used within Node.js? I know that both the Node.js and Angular JS environments are JavaScript based, but I woul…
-
Description:
We have deployed our application on Docker in an on-premises environment. The application creates a com.microsoft.azure.sdk.iot.device.DeviceClient using an AMQPS connection and listens …
-
In one of my applications I am generating an array of messages and iterating over them and pushing them (Publish) to the producer.
I am creating the producer as follows -
val deadLetterOption = confi…