-
For generate a loading I create goroutines.
Goroutines are created by a consumer and a producer. After these I send and read messages. Over time, my memory begins to leak.
```
func goConsumer(..…
-
I would like to point out that identifiers like "[`amqp_descriptor_id_t`](https://github.com/libamqp/libamqp/blob/afd15eec16bab7be4da9e4cc371392ea3f1a881e/src/LibAmqp/AmqpTypes/AmqpDescriptor.h#L29)" …
-
The DMF API seems to behave like a request response API.
I was really hoping true publish subscribe behaviour would be possible; for example I want to listen for all and any changes to targets with…
-
These extensions are failed to loaded when using php 7.4 with Alphin 3.10.
- amqp
- mcrypt
- redis
For example, the php7-amqp we're using is 1.9.4 which supports php 7.3 only.
Can we someho…
-
**[Yannick](https://jira.spring.io/secure/ViewProfile.jspa?name=yenki)** opened **[AMQP-745](https://jira.spring.io/browse/AMQP-745?redirect=false)** and commented
This is somehow related to #2259
U…
-
When an AMQP server forces an early closure of a connection, due to imposed resource limits, the AMQP message close will contain the reason and description, for example 'resource-limit-exceeded' and …
-
**Description**
Provide possibility to prioritize messages of the same type by introduction of `PriorityStamp`.
Messenger currently offers [prioritized transports](https://symfony.com/doc/current/…
-
The `MockQueue` class has many unsynchronized `LinkedHashMap`s. Any access, even read access like calling `size()` that may occur on different threads must be synchronized or the JVM is free to cache…
hjohn updated
2 years ago
-
It seems the Celery queue defaults to AMQP, but arguably shouldn't even try connecting if it isn't specified.
```
[2022-06-17 20:04:05,216: DEBUG/MainProcess] | Worker: Starting Hub
[2022-06-17 20:…
-
When trying to install magento via script I get:
```
Invalid backend frontname ''
In InstallCommand.php line 264:
Parameter validation failed
setup:install [--backend-frontname BACKEND-FR…
fones updated
5 years ago