-
Hi to all,
I'm using ioredis to establish a connection to Redis and use it as a client to RSMQ https://github.com/smrchy/rsmq and RSMQ-worker https://github.com/mpneuried/rsmq-worker.
If I use a sta…
-
Hi!
First thanks for excellent tool!
I have a feature request for the CLI - a possibility to purge all messages from a single queue from command line.
-
I am using the RSMQ-worker package to handle messages coming from a Redis instance. Main functionalities are triggered on the 'message' event. When I fail to handle a message, it is put back in the Re…
-
RSMQ should be able to ensure service availability by using a Sentinel managed cluster of Redis nodes.
-
looks sexy: 👓
`@xyz/xyz.core`
`@xyz/xyz.cli`
`@xyz/xyz.rsmq.bootstrap`
`@xyz/xyz.ping.swim.bootstrap`
-
I've been trying to get my worker setup using:
```
new RSMQWorker('MyQueueName', {
interval: [0.1, 0.2],
defaultDelay: 0,
maxReceiveCount: 10
invisibletime: 30,
autostart: false,
timeout:…
-
First off, I like this library. I wish there was a configuration for the offline queue feature to shut it off. When you call send and redis is down it pushes the message into the offline queue. The pr…
-
it'll be good to support both async and sync, although this crate's name is async hhh, but sync can enable more complex application logic and trees etc
-
In my code, I'm currently trying to create a new queue if necessary and start processing messages using the rsmq-worker package.
The worker is doing time-consuming work so I want the timeout and invis…
-
Is there a way to deliver messages as soon as they were published?
I'm using this setting:
`
var worker = new RSMQWorker( config.redis.locationQueue, {
autostart: true,
invi…
ghost updated
7 years ago