rest-rsmq icon indicating copy to clipboard operation
rest-rsmq copied to clipboard

Support unlimited message size

Open Dethada opened this issue 6 years ago • 0 comments

Allow queue's maxsize to be set to -1 (for unlimited size)

From rsmq

maxsize (Number): optional (Default: 65536) The maximum message size in bytes.
Allowed values: 1024-65536 and -1 (for unlimited size)

Dethada avatar Jul 05 '19 07:07 Dethada