Hello,
I am new to Java and I hope someone can help with my question
I have a Java application that read information from files and depending on the type of data then some additional process is needed.
What I would like to do is to add the data to a queue . Then have a thread that watched the queue and process the information. Adding data to the queue is a continuous process