Implementation for InstructionQueue
- The Program reads the instruction from a input file located in "InstructionMEssage\resources\InstructionMessages.txt".
- Java Class to perform all Queue operation is InstructionQueue.java.
- JUnit Test Class is InstructionQueueTest.java.
- The input file contains all valid messages. For any invalid message the program will throw an exception and test case will fail(As mentioned in Coding exercise document).