Skip to content

MBQ parallel-sequential

Latest
Compare
Choose a tag to compare
@raghav-chandra raghav-chandra released this 11 Feb 07:48
· 64 commits to master since this release

Queue is Capable of providing messages in sequence and in parallel based on the sequence key you provided while publishing the message.
Its backed up by data store which is again configurable, it can be Heap/DB for now. Further dev will be done in Hazelcast, Mongo as well.
You can schedule your messages through Queue as well.