-
This would allow responding to the event that the link has been detached.
-
The celery4 branch contains a working Celery Protocol v2 implementation for PhpAmqpLib. The changes are not yet ported to the other backends.
It should be very straightforward for PECL AMQP - basic…
-
**[Alen Turkovic](https://jira.spring.io/secure/ViewProfile.jspa?name=alturkovic)** opened **[AMQP-842](https://jira.spring.io/browse/AMQP-842?redirect=false)** and commented
`org.springframework.amq…
-
I got a case when my RabbitMq was unavailable and after a few retries, the app was through an unhandled rejection error.
I think that was caused because node-amqp-connection-manager doesn't handle th…
-
connection.completeConfiguration() doesn't reject the Promise if the connection string passed is wrong.
```
//wrong connection string
let connString:string='amqp://donald:duck@ducktales:'+cfg.Por…
-
Sending byte messages to Rabbitmq/amqp is possible in scala, but missing from the java wrapper.
Please include `bytesMessage` in `PublishDslBuilderMessage.java`, wrapping `ru.tinkoff.gatling.amqp.r…
-
# User story
## Contact
```
WHEN I type an Email address when I send an email,
THEN I want auto completion suggestions
```
The current solution for this is to rely solely on the phone contacts and …
-
Thank you for the library.
I am trying to produce a message to RabbitMQ with Camel on Spring Boot. The destination endpoint I am trying to use is
```
spring-amqp:myExchange:myQueue:myRoutingKey
`…
-
You choose to not ack delivered messages. This will fill up the queue on RabbitMQ side.
Is this a bug or a feature I don't understand? 😃
https://github.com/MeteoGroup/amqp-to-kafka/blob/9582d350f…
-
### Summary of problem
We're using celery + gevent pool (with 500 workers) for LLM batch processing. And we're missing 4/5 of llm calls on Datadog.
Continued from #10212 as I can't open issu…