Re: Proton tutorial: synchronous request-response

2014-10-08 Thread Rafael Schloming
On Wed, Oct 8, 2014 at 4:40 AM, uromahn wrote: > I just found the proton-demo repo in Github myself and then noticed this > post. > > Good examples and thanks Rafael for putting in the work to write them for > folks like me who are struggling to comprehend proton-j and how to actually > use it. I

Re: Proton tutorial: synchronous request-response

2014-10-08 Thread uromahn
hence shouldn't they become part of the proton-j library? -Uli -- View this message in context: http://qpid.2158936.n2.nabble.com/Proton-tutorial-synchronous-request-response-tp7613826p7614772.html Sent from the Apache Qpid users mailing list archive at Nabbl

Re: Proton tutorial: synchronous request-response

2014-09-30 Thread Gibson, Jack
Its great to see some more real world use cases being created but how about some proton-j examples? It seems to be woefully behind to the point where even some of the out of the box examples aren¹t fully functionally anymoreŠ Jack On 9/22/14, 12:51 PM, "Alan Conway" wrote: >On Thu, 2014-09-1

Re: Proton tutorial: synchronous request-response

2014-09-22 Thread Alan Conway
On Thu, 2014-09-18 at 13:33 -0400, Justin Ross wrote: > http://svn.apache.org/viewvc/qpid/proton/branches/examples/tutorial/sync_client.py?view=markup&pathrev=1626029 > > I think "invoke" is an unintuitive name there. It's not "invoking the > request" or "invoking the client". Invoke usually imp

Re: Proton tutorial: synchronous request-response

2014-09-18 Thread Justin Ross
http://svn.apache.org/viewvc/qpid/proton/branches/examples/tutorial/sync_client.py?view=markup&pathrev=1626029 I think "invoke" is an unintuitive name there. It's not "invoking the request" or "invoking the client". Invoke usually implies a named piece of application logic. I think in this case

Proton tutorial: synchronous request-response

2014-09-18 Thread Alan Conway
I checked this in on the examples branch. r1626029 | aconway | 2014-09-18 13:11:12 -0400 (Thu, 18 Sep 2014) | 7 lines NO-JIRA: Added tutorial/sync_client.py to demonstrate a synchronous request-response client. This client