Re: Uneven distribution of messages

2019-07-12 Thread Ganesh Murthy
On Fri, Jul 12, 2019 at 11:29 AM Rabih M wrote: > Hello, > > Thank you Ganesh for your answer. > To answer your first question yes the consumers we have, issue one credit > per call. > For the the second question, yes we are attaching consumers before sending > the messages. > > After setting the

Re: [Qpid Broker-J] Messages are rejected if reject queue is empty

2019-07-12 Thread Oleksandr Rudyy
Hi Tomas, Thanks for reporting this issue. It is caused by a defect in reject overflow policy with evaluation of size of the messages being enqueued. I raised a defect JIRA QPID-8341 [1] and committed a fix [2] which should resolve the problem. I merged the fix into 7.1.x branch for its inclusion i

Re: Uneven distribution of messages

2019-07-12 Thread Rabih M
Hello, Thank you Ganesh for your answer. To answer your first question yes the consumers we have, issue one credit per call. For the the second question, yes we are attaching consumers before sending the messages. After setting the dispatch "link capacity" on the listeners to 1, we managed to hav

[Qpid Broker-J] Messages are rejected if reject queue is empty

2019-07-12 Thread .. ...
Hi, we encountered issue with reject queue. Reject queue calculates wrong size of incoming message. Incoming message size also increases when sending further messages. Each rejected message increases calculated incoming message size. Steps to reproduce: 1] Create topic exchange 2] Create st