Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
M4
-
None
-
None
Description
This example uses a control queue called ftp_queue to publish messages about a file transfer. The actual file data is placed on a separate queue based on the file name. Consumers read the control/meta data from the control queue including the filename and therefore the file's queue name. The consumer then reads the file and writes the file into a specified directory.
declare_queue.py declares the control queue. ft_send and ft_receive both use the FileTransfer.py file which contains the send and receive methods.
[It's late if this description needs to be more detailed let me know.]