You're viewing archived documentation for @imqueue/core v1.15.0. APIs may differ from the current release. View the latest version ↗

IMQOptions.useGzip property

A way to serialize message using compression. Will increase load to worker process but can decrease network traffic between worker and queue host application

{boolean}

Signature:

useGzip?: boolean;