Re: Link handling after detach(close=false)

2018-01-31 Thread Gordon Sim
On 31/01/18 15:47, Hudalla Kai (INST/ECS4) wrote: The consumer is currently simply opening a receiver link (attach with no specific capabilities nor options) to the router, which then opens a link to the broker, I assume. In which case the distinction between close=true and close=false is

Re: Link handling after detach(close=false)

2018-01-31 Thread Hudalla Kai (INST/ECS4)
On 30.01.2018 13:48, Gordon Sim wrote: On 30/01/18 12:03, Hudalla Kai (INST/ECS4) wrote: Is it also ok for the receiver to send an attach with close=true in response to the reouter's detach (close=false), effectively closing the link for good? No, that would not work. The close actually needs to

Re: Link handling after detach(close=false)

2018-01-30 Thread Gordon Sim
On 30/01/18 12:03, Hudalla Kai (INST/ECS4) wrote: Is it also ok for the receiver to send an attach with close=true in response to the reouter's detach (close=false), effectively closing the link for good? No, that would not work. The close actually needs to get to the broker, which is where

Re: Link handling after detach(close=false)

2018-01-30 Thread Hudalla Kai (INST/ECS4)
On 30.01.2018 11:28, Gordon Sim wrote: On 30/01/18 06:15, Kai wrote: Gordon, by "it" you are referring to the consumer/receiver, correct? Yes, the application receiving messages. Is it also ok for the receiver to send an attach with close=true in response to the reouter's detach (close=false),

Re: Link handling after detach(close=false)

2018-01-30 Thread Gordon Sim
On 30/01/18 06:15, Kai wrote: Gordon, by "it" you are referring to the consumer/receiver, correct? Yes, the application receiving messages. - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands,

Re: Link handling after detach(close=false)

2018-01-29 Thread Kai
Gordon, by "it" you are referring to the consumer/receiver, correct? Kai Gordon Sim schrieb am Mo., 29. Jan. 2018, 21:30: > On 29/01/18 17:28, Marc Pellmann wrote: > > Hi, > > > > I work on the Eclipse Hono project, where we use the qpid router. > > > > In a specific

Re: Link handling after detach(close=false)

2018-01-29 Thread Gordon Sim
On 29/01/18 17:28, Marc Pellmann wrote: Hi, I work on the Eclipse Hono project, where we use the qpid router. In a specific situation, I am not sure about the expected behavior and hope you can help me out. In our default/example setup there is a qpid router in front of a Artemis broker and a