I want to add a timeout to the public API (I'm adding "get" style subscription as an alternative to "listen" style)
Opinions, should I: a) use qpid::sys::Duration as the timeout parameter? b) use uint64_t nanosecond value? c) do something else... Cheers, Alan.
