Re: Dispatch Router throughput

2017-07-13 Thread Adel Boutros
Hello, I think it depends on how you are using the Dispatch Router. From Gordon's and Chuck's reply, they assumed you were talking about peer-to-peer communication using the Dispatch Router which is a very useful use case. However, if like us, you have an actual broker connected via the dispa

Re: Dispatch Router throughput

2017-07-13 Thread Chuck Rolke
Hi, I have a setup on my laptop (Lenovo W541, core i7 @2.8GHz, 16Gb) and I can run: 1. single router 0.8.x; 4 worker threads 2. a qpid-proton C++ simple-send sender; message body is string "abc" 3. a amqpdotnet client running under mono, initial-credit 250 Sending to address { prefix: q1-multi

Re: Dispatch Router throughput

2017-07-13 Thread Gordon Sim
On 13/07/17 15:20, Hudalla Kai (INST/ECS4) wrote: Let's say we have a single sender, sending pre-settled messages with a payload of 20 bytes and a single receiver for the messages. If all is correctly setup, what number of messages could we expect going through Dispatch Router? I am merely int

Dispatch Router throughput

2017-07-13 Thread Hudalla Kai (INST/ECS4)
Hi, we are currently doing some baseline throughput testing with Dispatch Router 0.8.0. In the course of doing so, we wondered what number of messages we should be able to expect being processed by a single Dispatch Router instance in its default configuration, i.e. link capacity 250, 4 worker

Re: Qpid High Availability

2017-07-13 Thread Oleksandr Rudyy
Hi Girish, As a simple test you can publish a message into your HA virtual host, flip the mastersheep to replica, and consume that message from a new master. The connection URL you have provided is from JMS client for AMQP 0-x protocols [1]. You can use JMS client for AMQP 0-x or switch to newer

Re: Qpid High Availability

2017-07-13 Thread girish lc
Hi, I'm able to create group as mentioned in the link, [image: Inline image 1] http://qpid.apache.org/releases/qpid-java-6.1.4/java-broker/book/Java-Broker-High-Availability-CreatingGroup.html Somebody please guide me how to test the HA. Here below are the steps I followed: 1. Created the MASTE

Re: QPID: Connection failed when connecting to remote QPIDD

2017-07-13 Thread Ken Giusti
Hi, There is a PPA that includes more recent versions of Qpid stuff: sudo apt-add-repository ppa:qpid/released See https://launchpad.net/~qpid for all the gory details. The intent is to provide the latest release of the upstream Qpid releases. There's been efforts to get newer packages into t