Small threaded application to publish random numbers into a LinkedBlockingQueue
and read the highest number from that queue.
Run the Main Class, it will create a Publisher and Subscriber and start both threads calling run
on each.
Java 16 for use of the keyword var