-
Is it possible to consume from a queue without ACK'ing?
I used to do this in `amqp` without problems but in `wabbit` I haven't been able to do so. Can you point me to the place to set up such flag?…
-
Hello,
Thanks for your work on this library 👍
I have a question regarding Rabbitmq memory watermarks and the way amqpstorm handles them.
Imagine the following:
1) I have a process that keeps …
-
Hi folks,
Can we get the permissions and setup for AMQP documented please? AMQP can have [specific roles, ACLs and RBAC](https://www.rabbitmq.com/access-control.html ) set for users to access queue…
kript updated
2 years ago
-
with the control API the docs for amqp/externa->target->message_ttl is "You can optionally override the default TTL on a queue and specify a TTL in minutes for messages to be persisted. It is unusual …
-
**Describe the bug**
EventHub SDK fails to deliver retry messages at configured rate. Seems it just ignores the delay which is set in `AmqpRetryOptions.getDelay()` and by some reason adds extra time …
-
My message/command `CreateStore` is properly send to Cloud Pub Sub like this :
```
use App\Message\Command\Store\CreateStore;
use Enqueue\MessengerAdapter\EnvelopeItem\TransportConfiguration;
…
-
### Descriptive summary
Research the pros, cons, costs, and feasibility of using a messaging server for our integration with Research Directory.
Example solutions:
* RabbitMQ
* ActiveMQ
Thi…
-
For the HTTP protocol it would be really useful to leverage defined HTTP headers (e.g. for caching like "ETag", "Age", "Expires") for command messages issued via the HTTP long polling response.
Thi…
-
## Prerequisites
- [X] I read the [Deployment and Setup](https://www.notion.so/OpenCTI-Public-Knowledge-Base-d411e5e477734c59887dad3649f20518) section of the OpenCTI documentation as well as the [T…
-
Reading the [documentation for the Consume](https://godoc.org/github.com/streadway/amqp#consume) method in the AQMP module.
I came across this (I think in reference to the nolocal parameter):
>…