Re: Source/Target Question

2014-02-25 Thread Rafael Schloming
On Mon, Feb 24, 2014 at 8:37 AM, Ken Giusti wrote: > +1 this question - I've never quite understood Messenger's current > behavior w.r.t. setting the source and target to the same value. > I don't think there is a good reason, I think it's just an accident of history. > > As far as interpretin

Re: Source/Target Question

2014-02-24 Thread Ken Giusti
pinion: set them based on the subscription's mode: Target should be set in the case of ~, Source in the case of !~. Thoughts? -K - Original Message - > From: "Ted Ross" > To: proton@qpid.apache.org > Sent: Friday, February 21, 2014 3:42:21 PM > Subject: Re: So

Re: Source/Target Question

2014-02-21 Thread Ted Ross
Based on a discussion with Gordon, I'm not going to use source vs. target to infer any intent on the part of the peer node. I am, however, still interested in the answer to the question. -Ted On 02/21/2014 03:02 PM, Ted Ross wrote: I'm working on a feature for Dispatch Router that will allow i

Source/Target Question

2014-02-21 Thread Ted Ross
I'm working on a feature for Dispatch Router that will allow it to intermediate between clients and brokers. This raises a question about how Proton Messenger handles targets and sources in links. Consider a subscriber using Messenger: from proton import Messenger M = Messenger()