Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: JMSTESTER-5
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: christian posta
Reporter: christian posta
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forge: JMS Test Framework

maxConsumerRatePerThread property for BenchmarPartConfig seems to be misnamed. It's actually controlling the number of producers to create

Created: 12/Jun/12 06:47 AM   Updated: 12/Jun/12 06:47 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
Unless I'm missing something, this is misnamed: "maxConsumerRatePerThread"... Should be something related to the max number of producer rate per thread:

From BenchmarkJMSProducerWrapper.java:

int producersNeeded = (int) (rate / getPartConfig()
.getMaxConsumerRatePerThread());
if (producersNeeded == 0) { producersNeeded++; }



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.