python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Resuming consumption of messages from a previously created durable subscription - RabbitMQ - SQMP 1.0 -
I have a issue which we are encountering in our RabitMQ instance where, we are publishing the default Topic and there are dynamic consumer are coming up.
now scenario is, if a consumer B is consuming ...
kumarb
Votes: 0
Answers: 0
How to manage Messenger component memory in Symfony 5.3
I use for my project in Symfony 5.3, the Messenger Component with a RabittMQ server. I want to manage my memory of my MessageHandler because my code is taking too much memory (Fatal error: Allowed mem...
Thomas Dulcamara
Votes: 0
Answers: 2
AttributeError: module 'graypy' has no attribute 'GELFRabbitHandler'
I add LOGGING to my Django project settings:
LOGGING = {
'handlers': {
'graylog_rabbit': {
'level': 'INFO',
'class': 'graypy.GELFRabbitHandler',
'url': ...

Kasra Najafi
Votes: 0
Answers: 0
Sending a binary message with RabbitQM SimpleAmqpClient
I'm writing in C++ and want to send binary data (Serialized Google Protobufs) using the SimpleAmqpClient library. The only message type I see is BasicMessage. The only way to populate a BasicMessage s...
John Gordon
Votes: 0
Answers: 1