Goldbones
Goldbones

Reputation: 1457

Speed test in JMS 2.0

I´m working on a web application project which use JMS. I want to Know how long a message takes to be delivered with a large number of clients. To do that I´m using a different package and a different class. There is few information about this, and I want to know which processes are normally used to know this kind of information.

Upvotes: 1

Views: 95

Answers (1)

Yakov Fain
Yakov Fain

Reputation: 12376

This question is not specific to JMS, but is more of a "How do I load test a particular module in a Web application". Look at the load test tools, e.g. Tsung: http://tsung.erlang-projects.org/

Upvotes: 1

Related Questions