On Mon, Aug 29, 2016 at 8:31 AM, Gordon Sim <[email protected]> wrote: > I've raised a JIRA[1] and committed a fix. > > Oops, sorry about that.
> Out of curiousity, what is your use case for consuming and releasing on an > LVQ? > > I think generally the same as for a normal queue: if a consumer receives a message it can't necessarily process at the time (maybe its a worker that is actually overloaded at the moment). I understand we could just republish the message, and had done so up until now, but I'm trying to move our internal code to a more consistent and generic rpc abstraction and this issue popped up for the one LVQ we are using. > [1] https://issues.apache.org/jira/browse/QPID-7406 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
