Accessing a queue

HelloI have a queue that is filled every week and accessed by other programs. How can I make this queue thread safe and allow programs to access it one by one.cheers,ehsan
[199 byte] By [Ehsan.Sa] at [2007-11-27 7:03:54]
# 1
java.util.concurrent.ConcurrentLinkedQueue
cooper6a at 2007-7-12 18:55:11 > top of Java-index,Core,Core APIs...