-
Hello
I have a consumer that consume message from RabbitMQ. It means the php file is executed as long the supervisor don't stop it, or it die by itself.
The consumer select and insert into OrientDB.…
lgoix updated
8 years ago
-
@nmaludy asked to open an issue to discuss making certain retry parameters configurable.
The idea here is to make at least these two configurable via st2.conf:
https://github.com/StackStorm/st2/bl…
-
**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.…
-
## SUMMARY
St2 services do not fully recover from network partitions or other network issues where packets sent to RabbitMQ were dropped.
### STACKSTORM VERSION
st2 3.3dev (9ea417346), on Pyt…
winem updated
3 years ago
-
Currently in the statistics, throughput is measured in terms of number of messages per second. As mentionned by @ajssmith this may confuse people since throughput is usually measured in byte/s.
By …
-
From what I'm seeing, a kombu consumer using amqp doesn't gracefully recover from an issue such as a rabbitmq restart, or any recoverable error without explicitly calling `consumer.consume()` before a…
-
https://github.com/node-ts/bus/issues/56 indicates that the documentation is lacking around how to integrate all the components into a solution, especially around how to create a message-driven set of…
-
I'm getting this error while doing a POST to OrderController
http://localhost:1234/api/Order
{
"message": "An error has occurred.",
"exceptionMessage": "Connect failed: guest@localhost:567…
-
Sensu does not use AMQP "auto_delete" with subscription exchanges, this can potentially cause the number of created exchanges to grow without limit. The unique Sensu client subscriptions are the prima…
-
in documentation is stated that to consume you need to run:
```
bin/console messenger:consume-messages amqp
```
my question is how to run this in PROD environment because in doc there is not i…