On 31 May 2012 09:40, Mark Collin <[email protected]> wrote: > I'm currently using 2.6 at the moment (upgrading to 2.7 some point this > week) > > JMS provider is ActiveMQ > > The problem I'm seeing is that JMeter is not consuming from the outgoing > queue in the same order it is publishing to the incoming queue when running > the test with multiple threads.
Is it skipping any outgpoing entries? Or are they all present but in a different order? Which JMS Samplers are you using? How many threads? Does the behaviour improve if you use a single thread? > > -----Original Message----- > From: sebb [mailto:[email protected]] > Sent: 30 May 2012 23:29 > To: JMeter Users List > Subject: Re: Jmeter With JMS Queues > > On 30 May 2012 12:39, Mark Collin <[email protected]> wrote: >> Does anybody have any useful resources for working with JMS Queues? >> >> >> >> I'm currently using JMeter to load a JMS Queue(incoming) that my >> application consumes from. The application then processes the message >> and then places another message on a different queue(outgoing). >> >> >> >> I can load the incoming queue up with no problems, and I can consume >> from the outgoing queue and check that the order id matches the >> message on the incoming queue. >> >> >> >> My problem is when I start ramping up the number of threads, JMeter >> seems to be losing track of which message should be getting picked up >> from the outgoing queue next. The application is processing items on >> the queue in order (manually verified), but JMeter is losing track of >> which response is next so when I check the order id it thinks the >> wrong message is on the outgoing queue. > > No idea what that means. > >> >> >> >> Does anybody have any hints? > > It would be helpful to know which version of JMeter you are using, and which > samplers. > > > Also potentially which JMS provider. > > --------------------------------------------------------------------- > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
