Hi Rafael,

Could we get PROTON-420 in there too? I attached a patch to the ticket which 
fixes, it's just for compiler warning prevention when compiling against proton 
with strict flags.

Cheers,
Frank


----- Original Message -----
From: Rafael Schloming [mailto:[email protected]]
Sent: Wednesday, December 18, 2013 10:49 PM
To: [email protected] <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Proton 0.6 RC2

You're right, the address accessor is supposed to block until the address
is available. It certainly looks like it's not doing that. I'll try to
reproduce locally or failing that produce a debugging patch for you to try
in your environment.

--Rafael


On Wed, Dec 18, 2013 at 5:44 PM, Ted Ross <[email protected]> wrote:

> Digging further into this, I see that Messenger is providing the
> subscription and the address before the dynamic-attach handshake is
> completed.  It was my understanding that one or both of those calls would
> block until the name was resolved.
>
> -Ted
>
>
> On 12/18/2013 05:25 PM, Ted Ross wrote:
>
>> QPID-439 seems to have reverted in this RC.
>>
>> Here's my client code:
>>
>>         self.M.route("amqp:/*", "amqp://%s/$1" % host)
>>         self.subscription = self.M.subscribe("amqp:/#")
>>         self.reply = self.subscription.address
>>         print "REPLY:", self.reply
>>
>> The output is:
>>
>>         REPLY: None
>>
>> yet the trace looks like this:
>>
>>         [0x26135e0]:0 -> @attach(18) [name="receiver-xxx", handle=0,
>> role=true, snd-settle-mode=2, rcv-settle-mode=0,
>>             source=@source(40) [durable=0, timeout=0, dynamic=true],
>>             target=@target(41) [durable=0, timeout=0, dynamic=false],
>>             initial-delivery-count=0]
>>         [0x26135e0]:0 <- @attach(18) [name="receiver-xxx", handle=0,
>> role=false, snd-settle-mode=2, rcv-settle-mode=0,
>>             source=@source(40) [address="amqp:/_topo/0/
>> Router.A/temp.4TQT_a",
>>             durable=0, timeout=0, dynamic=true], initial-delivery-count=0]
>>
>>
>>
>> On 12/18/2013 04:53 PM, Rafael Schloming wrote:
>>
>>> Hi Everyone,
>>>
>>> I've just posted proton 0.6 RC2. The changes since RC1 are listed in the
>>> attached file. Please check it out and let me know if you run into any
>>> issues.
>>>
>>> Sources are available here:
>>>
>>> http://people.apache.org/~rhs/qpid-proton-0.6rc2/ <
>>> http://people.apache.org/%7Erhs/qpid-proton-0.6rc2/>
>>>
>>> Java binaries are available here:
>>>
>>> https://repository.apache.org/content/repositories/orgapacheqpid-070/
>>>
>>> --Rafael
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
________________________________________________________

This message may contain confidential information and is intended for specific 
recipients unless explicitly noted otherwise. If you have reason to believe you 
are not an intended recipient of this message, please delete it and notify the 
sender. This message may not represent the opinion of IntercontinentalExchange 
Group, Inc. (ICE), NYSE Euronext or any of their subsidiaries or affiliates, 
and does not constitute a contract or guarantee. Unencrypted electronic mail is 
not secure and the recipient of this message is expected to provide safeguards 
from viruses and pursue alternate means of communication where privacy or a 
binding message is desired.
________________________________________________________

Reply via email to