Qpid Proton C++  0.14.0
schedule_send_03.cpp

Shows how to use proton::container::schedule to schedule a timed callback in a C++03 compatible way. See schedule_send.cpp for a more convenient approach using std::function if you have C++11.