-
Hello,
I would like to know if Swarrot is "compatible" with Messenger or whether it makes no point of using both ? I use Messenger for internal bus and I dispatch messages on a rabbitmq but there is …
db306 updated
5 years ago
-
As the ENV var is resolved at runtime, port is casted into int by the bundle configuration class: https://github.com/swarrot/SwarrotBundle/blob/master/DependencyInjection/Configuration.php#L90
Conf…
pvgnd updated
3 years ago
-
Hey @henrikbjorn
what do you think about [swarrot's processor](https://github.com/swarrot/swarrot/tree/master/src/Swarrot/Processor) system? Maybe we can adopt some processors to bernard?
-
I can't use application's message identifier like this :
```php
$publisher->publish(new Message("body", [], 34));
$message = $consumer->get();
$message->getId(); // 34
```
The Message identifie…
-
I think it would be handy to be able to define a default middleware stack that would server as a basis for every consumer. I discovered the `swarrot.processor.ack` and I can't imagine why one would ev…
-
Hello :).
Something looks weird on the version 1.6.0 with the port mapping specifically when we are using environnement variable mapping.
In the yaml :
```
rabbitmq_port: '%env(int:RABBITMQ_P…
-
Did you consider including publisher confirms support?
-
If i need to consume batch of message in consumer, how can i reach this?
-
Some examples :
- Redis
- SQS
- Gearman
- STOMP
-
Hi.
I have only consumer in my application.
And when I run it, the error "NOT_FOUND - no queue 'test' in vhost '/'" is occured.
Could you make "queue_declare" before consume queue?