Assignment 3 - Inbound Queueing/Routing Program

The source code for this project is called Assign3.java. I used a test message called incoming.txt to test the program. Incoming.txt is a RFC 822 formatted message.

As each message is recieved, a recieve ID is generated. A sample recieve ID might be:

HME34594

To use the program, you must compile the source code and then run the program with the RFC 822 message as the only arguement. For example, if the RFC 822 message was test.txt, you would type

java Assign3 incoming.txt

at the command line to execute this application. The original RFC 822 message is NOT deleted during execution.

Any questions about the execution, feel free to contact me.