rmq icon indicating copy to clipboard operation
rmq copied to clipboard

Message queue system written in Go and backed by Redis

Results 22 rmq issues
Sort by recently updated
recently updated
newest added

Is there a way to do message deduplication in rmq? 1. Using some sort of unique identifier (in header probably) 2. Using the content of the message?

add schedule publish feature,it allows delay publishing tasks