Jonathan,
One minor point: I find that I get shorter and friendlier looking
session-specific queue names by using
base64.urlsafe_b64encode (session.session_id)
instead of
repr (session.session_id)
-Ted
Jonathan Robie wrote:
Hi Alan,
Here is the current version of the examples I've been working on.
Please look them over and check them in. The C++ API has changed in
ways that will let me simplify those, the Python API is changing as we
speak, and the Java example is a bit anemic, but I'd like to get the
current version checked in for all languages.
Thanks!
Jonathan