-
**Is your feature request related to a problem? Please describe.**
I would like to be able to replay the messages stored on a persistent queue on subscribe on process start. If my process restarts, I…
-
I have recently started using asyncio and aiokafka.
My requirement is to run n different kafka consumers consuming from different topics.
Each consumer on consumption pushes the data to a database a…
-
Hello,
I have an ActiveMQ server running on docker. I am sending messages to queue in a for loop to experiment but after 18 messages the client stops reading the messages. What could be the reason …
-
have the queue message edit itself when the track changes
xyfer updated
3 years ago
-
[This queue](https://github.com/hiddenswitch/Meteor-Unity/blob/master/Plugins/WebSocket.cs#L107) is used by multiple threads but I am afraid that the `Queue` class it is not thread safe.
-
MQTT https://en.wikipedia.org/wiki/MQTT may be considered
So it will be possible to "subscribe" to a given reader and wait for a given event.
See Mosquitto http://mosquitto.org/
Paho http://www.ecli…
-
Consider that you often cannot send irc join messages until you have gone through at least the basic connection to the irc serv.
the bot currently has some hardcoded logic to queue any and all join e…
-
I am considering adding new functionalities to the PGMQueue library to enhance its capabilities. Below is a list of potential functions. I am seeking input from other developers on which functions sho…
-
### Describe the Bug with repro steps
1. Open any of our Workflows
2. Wait 1 minute
3. All HTTP Actions that reference our Web API get a warning "Failed to retrieve dynamic i…" (can't read the ful…
-
```
import json
import time
from queue import Queue
from threading import Thread
from use_rabbitmq import RabbitMQStore
import logging
logging.basicConfig(level=logging.DEBUG)
class RMQQ…