Apache qpid does not has a direct support for sending Date type objects. I want to send datetime fetched from Database and Date objects using Apache Qpid in way that is portable across different systems i.e. systems using C++/Java or any other language using Apache qpid.
How can I do this so that all the usual stuff like timezone resolution etc are taken care w/o any issues.