Author |
Message |
Topic: Simulate a workload with a flow java compute node sleep() ? |
hasselb
Replies: 6 Views: 3427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 24, 2007 3:37 am Subject: Simulate a workload with a flow java compute node sleep() ? |
this is a big test szenario. normaly the broker sens the messages to legacy systems. Here we replace the legacy systems with our flow as a stub and simulate some workload from the legacy systems. so ... |
Topic: Simulate a workload with a flow java compute node sleep() ? |
hasselb
Replies: 6 Views: 3427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 24, 2007 3:07 am Subject: Simulate a workload with a flow java compute node sleep() ? |
Yes , this is partially a stress test. We want to perform a performance test for an aplication that uses our message broker. A lot of user put searches over the internet in our system. We have to si ... |
Topic: Simulate a workload with a flow java compute node sleep() ? |
hasselb
Replies: 6 Views: 3427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 24, 2007 2:57 am Subject: Simulate a workload with a flow java compute node sleep() ? |
We want to build a flow that simulates a workload. The flow should be waiting for a certain amount of time. Our first idea was , that we use a java compute node with Thread.sleep(interval). Now , we ... |
Topic: Problem with MBService in Java Compute Node |
hasselb
Replies: 5 Views: 3882
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 27, 2007 12:59 am Subject: Problem with MBService in Java Compute Node |
The problem is not the file itself, the problem is that the MBService class dos'nt exchange the value %1 with the string in configFile. |
Topic: Problem with MBService in Java Compute Node |
hasselb
Replies: 5 Views: 3882
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 27, 2007 12:51 am Subject: Problem with MBService in Java Compute Node |
The value of configfile is simply "PerfTestConfig.txt" as name of a file |
Topic: Problem with MBService in Java Compute Node |
hasselb
Replies: 5 Views: 3882
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 27, 2007 12:36 am Subject: Problem with MBService in Java Compute Node |
I have a Java Compute Node where i want to read something from a file. You possible exceptions i use the MBService class.
try {
inputStream = new BufferedReader(new FileReader(configFile));
} ... |