OS4X Core - understand the queueing system
Jump to navigation
Jump to search
When sending a file in batch mode, you should enqueue a file into the OS4X send queue. In order to do this, you have several possibilities:
- use the web interface
- use the command line interface
In fact, you could also insert values into the MySQL database table "<tableprefix>send_queue", but when doing this you should contact an OS4X developer because the schema of the table could change.
When a file is enqueued into the send queue, the OS4X send queue daemon is responsible for sending this file to a partner. Some rules are set for sending files:
- the file must be readable by the process running OS4X (which may be configured here
- the entry must be in the state "new in queue"
- the entry must fit to the OS4X server ID running the process (see documentation on parallel installations
- the target partner entry must be active if an "active" row is configured here
- a defined media must be set for that partner (see configuration here and here