Hi all,
I'm trying to set up some performance and load testing on an JMS
endpoint created by Tuscany using JMeter.
I can see the messages entering ActiveMQ and being received, and I'm
getting an OK response back in response to the messages, what I'm not
getting is the actual code in the application fronted by Tuscany being
executed!
Any suggestions as to what JMS properties I should be setting to get
this to happen?
I've currently got
JMSCorrelationID = ${counter} (So the Id is different every test)
JMSTimeToLive = 0 (So things aren't timing out when hitting it under
heavy load)
scaOperationName = "getSomeListById" (The method on the remotable
interface that I'm trying to execute)
Note that this is all working properly when executed by normal channels
( I.e. Tuscany talking to Tuscany), so it isn't a configuration issue
with the endpoint.
Any ideas?