Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • JMS publish sampler
  • JMS subscribe sampler
  • Sample aggregator
  • Graph to display publish, subscribe and total in terms of kb/sec
  • generic client class to encapsulate a JMS client used by both Publish and subscribe sampler

The two samplers will have common properties, which users must provide.

  • URL - Context.PROVIDER_URL
  • Initial context - Context.INITIAL_CONTEXT_FACTORY
  • ConnectionFactory - server specific setting
  • Topic - the specific topic for the test
  • Iterations - number of iterations to aggregate
  • Message type - TextMessage, ObjectMessage
  • random message - similar to how webservice sampler can randomly select a message
  • Text area - for message
  • Use as monitor - this is similar to HTTPSampler for Tomcat5. when it is checked, the sample is set as monitor result, which is then used by the monitor to display the health and performance

...