Re: Protocol detection

2014-03-28 Thread Ken Giusti
Hi Piotr, see comments in-line: - Original Message - > From: "Piotr Kliczewski" > To: "Ken Giusti" > Cc: proton@qpid.apache.org, "Saggi Mizrahi" , "Barak > Azulay" > Sent: Friday, March 28, 2014 6:56:08 AM > Subject: R

Re: Protocol detection

2014-03-28 Thread Piotr Kliczewski
t;Ken Giusti" To: proton@qpid.apache.org, "Saggi Mizrahi" Cc: "Piotr Kliczewski" , "Barak Azulay" Sent: Thursday, January 23, 2014 3:24:00 PM Subject: Re: Protocol detection Hi Saggi Sounds like you need to handle all the socket i/o directly, rather than having

Re: Protocol detection

2014-01-23 Thread Rafael Schloming
On Thu, Jan 23, 2014 at 12:07 PM, Barak Azulay wrote: > Thanks ken, > This looks very helpful - we will try it. > > In addition - who can we talk to about the java binding for qpid-proton > (AMQP 1.0), > What would you like to know? --Rafael

Re: Protocol detection

2014-01-23 Thread Barak Azulay
: "Piotr Kliczewski" , "Barak Azulay" > > Sent: Thursday, January 23, 2014 4:24:00 PM > Subject: Re: Protocol detection > > Hi Saggi > > Sounds like you need to handle all the socket i/o directly, rather than > having Proton do it "under the covers

Re: Protocol detection

2014-01-23 Thread Ken Giusti
ay/qpid/Protocol+Engines https://cwiki.apache.org/confluence/display/qpid/Proton+Architecture - Original Message - > From: "Saggi Mizrahi" > To: proton@qpid.apache.org > Cc: "Piotr Kliczewski" , "Barak Azulay" > > Sent: Wednesday, January 22

Protocol detection

2014-01-22 Thread Saggi Mizrahi
Hi, I'm from the VDSM project which is part of oVirt. We are in the process of adding multiple protocol support one of which is AMQP 1.0 though the proton library. We want to keep only requiring one port so our solution is to "peek" at the stream, detect the protocol and then pass it to the proper