You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Jonathan Robie <jo...@redhat.com> on 2007/12/12 22:08:34 UTC

Patch: C++, direct

Hi Alan,

Here are the patches for the C++ direct example.

I renamed "publisher" to "producer" to be consistent with the model and 
with python, and renamed the queue declaration program to 
"declare_queues". I also made it use a direct exchange for consistency 
with Python. The two langauges interop for this example now.

Jonathan