|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 8 matches |
Author |
Message |
Topic: workflow api performance problem on mutiThread |
neweric
Replies: 6 Views: 4796
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Sep 17, 2006 5:46 pm Subject: workflow api performance problem on mutiThread |
You dont say how many execution servers you are running. This will definitely have an effect on how quickly things back up on RTSINPUTQ
that's the key point!!! thanks a lot , i resolve this issue. |
Topic: workflow api performance problem on mutiThread |
neweric
Replies: 6 Views: 4796
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Sep 13, 2006 10:48 pm Subject: workflow api performance problem on mutiThread |
public class WmqListenerA extends Thread {
.....
listeners[i] = new WmqListenerA();
listeners[i].start();
public void run() {
wfExecutionService = agent.locate(wlvo.getGroup(), wlvo.getSyste ... |
Topic: workflow api performance problem on mutiThread |
neweric
Replies: 6 Views: 4796
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Sep 13, 2006 10:43 pm Subject: workflow api performance problem on mutiThread |
something add, when thread count is set 300, RTSINPUTQ will reach to 300 |
Topic: workflow api performance problem on mutiThread |
neweric
Replies: 6 Views: 4796
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Sep 13, 2006 10:41 pm Subject: workflow api performance problem on mutiThread |
I found that , when threads concurrently visit workflow using api(e.g.queryProcessInstance), performance is very bad.
my production env:
1.HP unix 11
2.jdk 1.4
3.IBM websphere app server 5.1
4.I ... |
Topic: urgent, and thanks for your help! |
neweric
Replies: 9 Views: 5494
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 01, 2006 5:50 am Subject: urgent, and thanks for your help! |
Hi neweric,
You could browse the message, create the instance and then do a read on it, if the instance creation was successful.....
Also, you could store the corelId in the instance name, or th ... |
Topic: urgent, and thanks for your help! |
neweric
Replies: 9 Views: 5494
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 28, 2006 7:05 am Subject: urgent, and thanks for your help! |
Hi guys,
Its been a long time since I worked on Workflow, but is there a correlId in workflow, isn't it only in MQ messages.....?
Are you guys referring to the same correlId...??
If yes, then ... |
Topic: urgent, and thanks for your help! |
neweric
Replies: 9 Views: 5494
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 27, 2006 6:21 pm Subject: urgent, and thanks for your help! |
After completely agreeing with John, I wanted to see why somebody needs a CorrelId and in what context.
yes,i use XML interface, and we want to a tool to get some information of a process, correl i ... |
Topic: urgent, and thanks for your help! |
neweric
Replies: 9 Views: 5494
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 27, 2006 7:54 am Subject: urgent, and thanks for your help! |
hi everyone,
I am a beginner, I want to get correl id by workflow api,
my code is as follows,
ControlObject controller = wfLogon(wfProps, wfPropertyNamePrefix);
ExecutionService es = ... |
|
|
|