Could you answer my question around confirming what client you are using for the comparison below, the C++ one or the JMS one?
I'm guessing it is the C++ one. In which case, Rob's thoughts are the likely explanation for why the Java broker isnt any faster with it than you are seeing, and testing with the JMS client code given will not be able to demonstrate that same difference between the two brokers as it is doing a synchronous publish while the C++ code isnt. Robbie On 23 November 2017 at 15:33, tomas.soltys <[email protected]> wrote: > Hi Keith, > > I'm still getting huge differences, but I still hope it is related to how I > configured my brokers. Please find attached file brokers.gz > <http://qpid.2158936.n2.nabble.com/file/t365522/brokers.gz> containing > setup of my two brokers (cpp and java). Both I tried to setup to be as > similar as possible. > > With my test send tool I sent 1000 messages each 102400 bytes. Tool sends > messages asynchronously and settle after each 100-th message. > > Output (2001 - cpp, 2002 - java): > > $ time amq_send.sh --host=localhost --port=20001 --user=BE --pass="BE" > --node-name=broadcast --subject="broadcast.PublicRejectStream" > --message-count=1000 --print-message=0 --message-size=102400 > --settle-rate=100 > 100 messages sent > 200 messages sent > 300 messages sent > 400 messages sent > 500 messages sent > 600 messages sent > 700 messages sent > 800 messages sent > 900 messages sent > 1000 messages sent > Time to send = 1 [seconds] > > real 0m1.796s > user 0m0.125s > sys 0m0.050s > > $ time amq_send.sh --host=localhost --port=20002 --user=BE --pass="BE" > --node-name=broadcast --subject="broadcast.PublicRejectStream" > --message-count=1000 --print-message=0 --message-size=102400 > --settle-rate=100 > 100 messages sent > 200 messages sent > 300 messages sent > 400 messages sent > 500 messages sent > 600 messages sent > 700 messages sent > 800 messages sent > 900 messages sent > 1000 messages sent > Time to send = 109 [seconds] > > real 1m48.865s > user 0m1.504s > sys 0m1.558s > > Best regards, > Tomas > > > > -- > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
