

MQ Series tab
Files can also be sent and received by the communications program via MQ Series.
- Queue Manager: On sending and receiving files a connection is established to the queue manager.
- Queue Name: After a connection is made to the queue manager, a queue is opened. To send a message, the program puts the data in the queue. On receiving, all data is read from the queue and placed in the file specified in the communication type. If the data in the queue is compressed, all data is placed in a temporary file as the compressed file could be sent in parts. When the queue is empty, the temporary files are decompressed, put in one file (as specified in the communication type) and then compressed (note we only process unix compressed files).


