ACE Message Queue Test
// Message_Queue_Test.cpp,v 4.59 2005/01/21 02:19:20 ossama Exp
// ============================================================================
//
// = LIBRARY
// tests
//
// = FILENAME
// Message_Queue_Test.cpp
//
// = DESCRIPTION
// This is:
// 0) a test that ensures key ACE_Message_Queue features are
// working properly, including timeouts and priorities.
// 1) a simple test of the ACE_Message_Queue that illustrates how to
// use the forward and reverse iterators;
// 2) a simple performance measurement test for both single-threaded
// (null synch) and thread-safe ACE_Message_Queues, and
// ACE_Message_Queue_Vx, which wraps VxWorks message queues; and
// 3) a test/usage example of ACE_Message_Queue_Vx.
//
// = AUTHORS
// Irfan Pyarali <irfan@cs.wustl.edu>,
// David L. Levine <levine@cs.wustl.edu>, and
// Douglas C. Schmidt <schmidt@vanderbilt.edu>
//
// ============================================================================