-
How can I check if the RabbitMQ server is down?
In the client, I shutdown RabbitMQ local server to check if I can catch the error but all I receive is:
```
(node:90094) UnhandledPromiseRejectionW…
-
I'm using CloudAMQP hosted RabbitMQ. From their FAQ's, they state the following:
> **Does CloudAMQP support TLS/SSL?**
> We do support TLS (SSL). In most clients is it easy to use TLS, just replac…
-
Celery Version 4.1.0
Broker: RabbitMQ through CloudAMQP service
I have a few nodes that are running Celery workers like so:
`celery -A tasks worker -Q tasks,other -c 1 --without-heartbeat --log…
-
Hello,
I'm getting this error when trying to connect through the proxy using Celery.
```
Proxy upstream: __removed__.rmq.cloudamqp.com:5672
Proxy listening on [::]:5673
Client connection err…
-
Using **RabbitMQ 3.6.5** on **Debian 8**
I create a queue containing the numbers for 1 to 100000.
I have workers running on docker (based on debian latest), containing pika.version = 0.10.0
```
impor…
-
I hit an error using the AMQP Elixir wrapper around the Erlang `:amqp_client`:
```
15:24:26.514 [error] Failure while translating Erlang's logger event
** (FunctionClauseError) no function clause…
-
Citrix Virtual Desktop Essentials
Citrix Virtual Apps Essentials
Connections
Route Filters
Data Lake Storage Gen1
StorSimple Data Managers
Storage Sync Services
Import/export jobs
Notification Hub Nam…
-
Hey there
I'm creating a service which every request from a specific endpoint must be queued in RabbitMQ. As an answer for each request, this endpoint must return a HTTP Status 200 if the message w…
-
### Requirements
- It seems like Heroku Cloudamqp doesn't like having long work jobs or something. It starts getting confused at some point. Batch size of 500 should be good for now. It might be a go…
-
Hi there,
thanks for a great package and implementing heartbeat timer.
I was developing something locally (pointing to local rabbitmq) and it was working perfectly, but after deploying my app to t…