Re: Getting involved with Apache Qpid

2017-07-18 Thread Steve Huston
Hi Ben, Thank you for introducing yourself and welcome to the Apache Qpid community! Documentation pro?! Awesome! Can I get you a cup of coffee? ;-) make yourself at home please. -Steve > On Jul 18, 2017, at 6:25 PM, Ben Hardesty wrote: > > Hi all, > > I'm starting to

Getting involved with Apache Qpid

2017-07-18 Thread Ben Hardesty
Hi all, I'm starting to get involved in the Apache Qpid project, so I wanted to take a quick moment to introduce myself. My primary interest is the Dispatch Router, which I've been using/playing around with for about a year now. I have a background in distributed systems, and my specialty is

Re: Dispatch Router throughput

2017-07-18 Thread Chuck Rolke
In the hono vhost policy section try adding: "allowUserIdProxy": true If the user id proxy setting is false then the router must parse every message through to the user-id field of the message properties. Then verify that the user has no name in the message user-id or the same name that was

Re: Dispatch Router throughput

2017-07-18 Thread Hudalla Kai (INST/ECS4)
Hi, I think we have narrowed it down. Running the quiver test as suggested by Gordon (thanks for that :-)) and using the Dispatch Router config below, we get around 3 msg/sec if we set "enableVhostPolicy" to false and around 2500 msgs/sec when we set it to "true". [ ["router", {

Re: Dispatch Router throughput

2017-07-18 Thread Gordon Sim
On 18/07/17 11:53, Hudalla Kai (INST/ECS4) wrote: We are running Dispatch Router by means of the enmasseproject/qdrouterd-base:0.8.0-1 Docker image. Do you have any concerns regarding a negative impact this might have on throughput? Using that image (default config) with

Re: Dispatch Router throughput

2017-07-18 Thread Hudalla Kai (INST/ECS4)
Hi Ted, that is interesting to hear. Thanks for the advice/recommendation. We have also started to use unsettled deliveries (AT_LEAST_ONCE in vertx-proton) but still are not able to get more than 2000 - 3000 messages/sec throughput :-( We will strip everything down to the bare minimum and then