-
OS: Ubuntu 18.04
While running 'composer install' I am getting these errors:
```
- Installing classpreloader/classpreloader (1.0.2): Downloading (100%)
- Installing laravel/framew…
-
I'm running dart_amqp libs to enable RabbitMQ communication on my Flutter app.
I don't know for sure if the faulty side is on flutter-pi but when running on the main machine it works and Flutter co…
-
# Summary
if you run *sr3 convert winnow/xx* on a v2 winnow (or shovel) and then try to run it, it will publish very few, close to nil, messages. There is some additional adjustment needed to get …
-
# Description
When quorum queues are used (in this case on a cluster of 3 nodes running in openshift and joined using the k8s plugin) messages cannot be ACK'd via webstomp.
It works fine with single…
-
First of all, Alan, great to see that this library is so actively worked on, and that it gets better all the time. However, we still find it very hard to integrate in our software. So I'd like to crit…
-
Just discovered the JSON auto-parsing feature in `src/compat-node-amqp.coffee`. There should be an opt-out so people can process messages whose contentType is lying.
-
I am trying to consume messages from an existing queue. The queue has its `x-message-ttl` set. When I add the `amqp-in` node to consume that queue, I get this log:
```
"Could not consume message: …
th0th updated
9 months ago
-
This is just a placeholder for discussion regarding a new AMQP adapter (RabbitMQ, etc).
I did some prototyping of a new adapter using the SqsAdapter as a baseline and my preferred library (one of the…
-
```
If I could run grep or grok matching patterns and then if it matches I could
send(output) again it to a AMQP queue, I could do a lot of stuffs doing this.
Some thoughts:
- I can do a post proces…
-
I am using below function to consume messages from rabbitmq queue.
My IDE is giving me a warning for consume method **_Non-static method 'consume' should not be called statically_**
```
Amqp::con…