-
Updated
May 5, 2020 - Java
rabbitmq
Here are 3,045 public repositories matching this topic...
-
Updated
May 5, 2020 - Java
-
Updated
Apr 29, 2020 - Java
-
Updated
May 3, 2020 - Java
I'm getting an error on building the docs. I did:
$ mkvirtualenv flower
$ pip install -r requirements/docs.txt
$ cd docs
$ make latex
And am getting:
$ make latex
sphinx-build -b latex -d .build/doctrees . .build/latex
Running Sphinx v1.6.4
/Users/pzelnip/.virtualenvs/flower/lib/python3.6/site-packages/sphinx/util/compat.py:40: RemovedInSphinx17Warning: sphinx.util.com
-
Updated
Apr 29, 2020 - C#
Hi there,
I seemed to have been getting panic when writing to a closed (go not rabbit) channel, which completely makes sense. However, I got in this state due to a typo in my exchange type, x-consistent-hash was spelled x-constistent-hash. I think I see a couple ways this error state can be handled gracefully, if this change is welcomed, I'd be more than happy to create a pull request for t
-
Updated
May 4, 2020 - Java
-
Updated
May 5, 2020 - C#
-
Updated
May 5, 2020 - C#
We use http_server as input and http_client as one of outputs (for a part of message batch). In case when there is some error coming from http_client, benthos starts to retry this error message indefinitely (#415). However most significant, is that it stops accepting other, normal messages.
Here is the log when I first try to send message which causes http_client to get 500 error, and
-
Updated
Apr 5, 2020 - Java
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
Hi guys, I hope to get a quick answer as I have a feeling this is implemented already.
I want to set the virtual_host for the Redis Sentinel configuration, but I don't find it in the code (nor the absent documentation) on how this should be done.
I've got this config for Celery via Django:
CELERY_BROKER_URL = "sentinel://192.168.0.1:26379;sentinel://192.168.0.2:26379;sentinel://192.1
-
Updated
Apr 3, 2020 - Java
-
Updated
Oct 3, 2019 - Java
-
Updated
May 5, 2020 - PHP
-
Updated
Apr 15, 2020 - C#
-
Updated
Nov 19, 2019 - Java
-
Updated
Feb 19, 2020 - Java
Improve this page
Add a description, image, and links to the rabbitmq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rabbitmq topic, visit your repo's landing page and select "manage topics."
Is it possible to generate a new event like
queue.purgedwhenever a queue is purged by the user?. The event can include information like who purged the queue, at what time, number of messages purged, vhost name of the queue.