The job queue is the scheduler based inside Business Central.
The Job queue setup can be found by searching for "Job queue entries".
The integration has two different jobs
Outbound messages are serialized and placed in the Omni Channel Log Entries. The unit that processes all these messages is a codeunit "61103" that should be added as anentry in the job queue entries.
Example:
The inbound messages will be handled in the same way as outound. The unit that processes all these messages is a codeunit "61104" that should be added as an entry in the job queue entries.
There are no prerequisites for this functionality, the job queue is standard Business Central functionality.