-
-
First of all thank you for `rsmq`, it's an amazingly simple message queue solution. Due to it's simplicity it's a good way to share a message queue layer in different technologies.
In our case, Jav…
-
Hey!
First of all, thanks for this library. It is a nice & simple way to start with queues without too much complexity.
We are making an async port to rust as we may use it soon. Just though a…
-
I experienced bug with very long link and sentence:
```
\nInvalid `prisma.bank.update()` invocation in\n/home/daniel/pro/ocr/backend/api/graphql.ts:374:40\n\n
370 \n 371 agreements\n 372 …
-
Is this possible now?
Thanks
-
How to get configuration details like host, port, key, etc of RSMQ on IBM cloud.
Created one on AWS https://xxxxxxxxxxxx.amazonaws.com/xxxxxxxxxxx/Test.fifo
But not able to connect it.
const R…
-
I created a [serverless interface for RSMQ using Now.sh](https://gitlab.com/selfagency/now-rsmq). Everything works fine in development when I use a local Redis server. But as soon as I try using a rem…
-
I want to implement remote redis message queue where remote client from AWS can produce message to this Queue and at other end client from Azure consume from same Queue and vice versa.
-
Hitting `message too long` as defined in https://github.com/smrchy/rsmq/blob/deb56ab82f6349b9578bc8d4e15286ca53fa058f/test/test.coffee (could't find other place it's defined in code)
It this a redi…
-
as published here https://github.com/mpneuried/rsmq-worker/issues/21
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…