weyoss / redis-smq

A simple high-performance Redis message queue for Node.js.
MIT License
588 stars 64 forks source link

Set message Id when producing job #36

Closed s888 closed 4 years ago

s888 commented 4 years ago

Hi, I have recently come across this module. Does it allow setting message-id to a job like this https://github.com/bee-queue/bee-queue#jobsetidid

I tried bee-queue but it has some bugs which are not acceptable in our case.

Also, can I provide concurrency to consumers?

weyoss commented 4 years ago

Hi,

Does it allow setting message-id to a job like this https://github.com/bee-queue/bee-queue#jobsetidid

No.

Also, can I provide concurrency to consumers?

Yes. You can run concurrently as many consumers as you want.