Hi Robbie,

Based on your input, i did some testing and got different test result in
terms of TPS(transaction per second) for below conditions

1. jms.forceSyncSend=true + send(jmsMsg, PERSISTENT, DEFAULT_PRIORITY,
DEFAULT_TIME_TO_LIVE)  -- > I got TPS around 1200.

2. NO Setting @Connection Level + send(jmsMsg, PERSISTENT, DEFAULT_PRIORITY,
DEFAULT_TIME_TO_LIVE)  -- > I got TPS around 1800.


As both conditions tend to SYNCHRONOUS. I wondered to see different test
result with variance of 600TPS. My sourceCode is completely same for both
conditions except setting at connection level.

Expectation - As both conditions tend to SYNCHRONOUS, so i am expecting
approx. same TPS for both conditions. 

Could you please provide some insights, why i am getting different Test
throughput as both are synchronous? Am i missing something?

Client - qpid-jms-client-0.43.0
Java8
Broker - Azure ServiceBus(Premium)

Regards,
Abhishek Kumar



--
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]

Reply via email to