Re: Messenger does not respect order after redelivery

2017-05-26 Thread Clebert Suconic
as I said on the JIRA, I knew it was about prefetch. On Fri, May 26, 2017 at 3:38 PM, Clebert Suconic wrote: > I doubt it is a bug... When you redeliver there are a few things that > could happen, including getting from the next buffer.. and things like > that... > > I have been writing Messagi

Re: Messenger does not respect order after redelivery

2017-05-26 Thread Clebert Suconic
I doubt it is a bug... When you redeliver there are a few things that could happen, including getting from the next buffer.. and things like that... I have been writing Messaging System since JBoss MQ, JBoss Messaging -> HornetQ -> ActiveMQ 5 and ActiveMQ Artemis, as an user on a few other systems

Re: Messenger does not respect order after redelivery

2017-05-26 Thread Fabian Gonzalez
Hello, I'm planning to send a PR in order to deal with the issue I reported in https://issues.apache.org/jira/browse/AMQ-6658 I would like some feedback (basically, if it makes sense). The issue concerns redelivery of messages: it does not preserve order under certain conditions when prefetch i

Re: Messenger does not respect order after redelivery

2017-04-19 Thread Tim Bain
You have to unsubscribe yourself. To unsubscribe, send a short email to users-unsubscr...@activemq.apache.org. On Apr 19, 2017 3:51 AM, "vas u" wrote: > please unsubscribe me. > > > > On Tue, Apr 11, 2017 at 3:15 PM, Fabian Gonzalez < > fabian.gonza...@mulesoft.com> wrote: > > > Hello, > > > > T

Re: Messenger does not respect order after redelivery

2017-04-19 Thread vas u
please unsubscribe me. On Tue, Apr 11, 2017 at 3:15 PM, Fabian Gonzalez < fabian.gonza...@mulesoft.com> wrote: > Hello, > > This is my first message so greetings for all. > I am facing a situation where activemq seems not to respect the order for > dispatched messages when a redilevery is nee

Re: Messenger does not respect order after redelivery

2017-04-17 Thread Tim Bain
I'm not an expert on the dispatch code, but this isn't the behavior I'd expect to see, so please submit a bug in JIRA for it so we can get someone who knows that code well can fix it (or explain why this is the intended behavior, if that's the case). Tim On Tue, Apr 11, 2017 at 1:15 PM, Fabian Go