Qpid Proton C++  0.14.0
schedule_send.cpp

Shows how to use proton::container::schedule to schedule a timed callback.This version uses std::function and so requires C++11 or better. For a C++03 compatible approach see schedule_send_03.cpp.