-
**[nebhale](https://jira.spring.io/secure/ViewProfile.jspa?name=nebhale)** opened **[SPR-10955](https://jira.spring.io/browse/SPR-10955?redirect=false)** and commented
Currently, when attempting to c…
-
it would be great to support the amqp extension, to allow easier usage of RabbitMQ on heroku (the userland implementation is not good. It is leaking and does not implement prefetching properly)
-
My use-case consists of [openresty](https://openresty.org/en/) responding with `empty_gif` and then pushing the necessary data into a queue in RabbitMQ. Using the AMQP protocol directly, RabbitMQ was …
-
I was trying to connect to a cloudamqp server. Their server implements version [0-9-1](https://www.cloudamqp.com/docs/amqp.html) and this prevents the connection from happening because we have a hard…
-
So I have been trying to setup celery for quite a few hours and after some time I sort of managed to get it working. Now the part that I am currently stuck is that the scheduled tasks from beat aren't…
Hoffs updated
5 years ago
-
### Scenario
**OS version:** Android 6.0
**Client used:** 4.8.1
### Steps
1.- Create a connection with recovery enabled
```
connectionFactory = new ConnectionFactory();
connectionFactory.se…
-
I've had the experience that when we weren't setting up queue bindings before starting to consume the queue, the RabbitMQ broker would cease to route messages correctly.
We've since moved to exces…
-
Logs are useful for example in diagnosing incidents while and after they're happening.
Our logging set up for our application servers isn't very good. It's just what Elastic Beanstalk provides by d…
seanh updated
6 years ago
-
I've created a free/limited account at cloudamqp.com for testing. Following are the credentials:
Host(s): raven.rmq.cloudamqp.com (Load balanced) raven-01.rmq.cloudamqp.com
User & Vhost: tzdddsj…
-
### What I'm trying to achieve
I use Saleor to develop my website and do some adjustment, including installed new site packages. When I just run 'python manage.py runserver' it runs successfully, but…