-
https://github.com/dadi/queue/blob/master/config.js#L18
currently restricts use to only IPs but should also allow hostnames.
-
Hi there.
First I wanna thank you for your project, it is very helpful to me.
I have a question, I didn't find the answer in the documentation. Is there a way to send a message with a expiration t…
-
Use readline interface to process each line.
Note: This solution is not ideal because the program processes one line at a time.
Improvement: use of pub/sub paradigm (e.g. ![rsmq](https://githu…
-
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 st…
-
Redis already have a Pub/Sub API, what are the advantages of using a message queue on top of Redis?
-
Hello,
Would it make sense to add an option to sendMessage() that allows creation of a queue if the message is sent to a queue that doesn't exist yet? It would spare the hassle to either have to c…
-
Given:
```
Randomized with seed 573706301
```
Version 0.9.7 fails with:
```
tests/ParserSpec.hs:36:
1) Parser.parseSong parses songs
Falsifiable (after 99 tests):
Song {sg…
-
Trying to post a job with large message data will make your node process to be time consuming. CPU will go to 99%.
I've tried the same data with [rsmq](https://github.com/smrchy/rsmq) without issue…
-
The title is self-explanatory, I think. I have the following pseudo-code:
```js
rsmq.deleteMessage({qname:"myqueue", id:message.id}, function(err, resp){
// the program could crash here and t…
-
```
var worker = new RSMQWorker( "myqueue", {
interval: [ .1, 1 ], // wait 100ms between every receive and step up to 1,3 on empty receives
invisibletime: 2, …