Author |
Message |
Topic: Split and Join capability |
hifive
Replies: 1 Views: 6805
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 05, 2008 1:25 am Subject: Split and Join capability |
Hi
We have a requirement to create a multiple instance of an workitem , which will be processed by x,y,z persons. and once its split , it has to rejoin on completion of all the multiple instance an ... |
Topic: Can MQ 6.0 be installed using java.1.1.7 version |
hifive
Replies: 3 Views: 3755
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Nov 11, 2007 8:12 pm Subject: Can MQ 6.0 be installed using java.1.1.7 version |
Hi
Can MQ 6.0 be installed using java.1.1.7 version.
The issue is , their is a legacy application and which uses java 1.1.7 and uses MQ 5.3 and now we have to move to MQ 6.0 ..
Is their any ... |
Topic: How to write Multithread program for read and send msg |
hifive
Replies: 1 Views: 2521
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 07, 2007 9:39 pm Subject: How to write Multithread program for read and send msg |
Hi
I would like to have sample code which will read message and send message from/to a queue in a multi thread fashion
Request urgent help..!
Thx
hifive |
Topic: How to start command server |
hifive
Replies: 3 Views: 4031
|
Forum: General IBM MQ Support Posted: Wed Oct 24, 2007 2:06 am Subject: How to start command server |
How to start command server from Dos Prompt
which file should i use it and what are the parameters
Its urgent
Thx
Sudarshan |
Topic: How to get Global container values using MQ WF |
hifive
Replies: 11 Views: 14180
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Oct 16, 2007 6:24 am Subject: How to get Global container values using MQ WF |
Yes, I did try to comment agent.locate("",""), it works, when i uncomment it and try again, its says Program Execution agent not working.
If you have any working code, request ... |
Topic: How to get Global container values using MQ WF |
hifive
Replies: 11 Views: 14180
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Oct 15, 2007 3:48 am Subject: How to get Global container values using MQ WF |
I am using PEA.
the code goes like this
Agent agent=new Agent();
agent.setConfigurationID("FMC");
agent.setName("MQWFAGENT");
ExecutionService service = agent.locate(&quo ... |
Topic: How to get Global container values using MQ WF |
hifive
Replies: 11 Views: 14180
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Oct 14, 2007 9:14 pm Subject: How to get Global container values using MQ WF |
[quote="jmac"]The only time you would use an ExecutionAgent, is if you are running a fat client program activity.
If you do have a UPES activity, you need to do a logon to MQWF, then acce ... |
Topic: How to get Global container values using MQ WF |
hifive
Replies: 11 Views: 14180
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Oct 14, 2007 8:40 pm Subject: How to get Global container values using MQ WF |
[quote="jmac"]I have to say you have me thoroughly confused. You say its an auto activity, but you are using a PEA... So this is NOT a Upes activity, it is a program activity which runs a p ... |
Topic: How to achive Process Definition using MQ Series |
hifive
Replies: 6 Views: 7915
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Oct 14, 2007 7:43 pm Subject: How to achive Process Definition using MQ Series |
[quote="jefflowrey"]All of that said, you just set the Application Type to the platform that the [i]trigger monitor[/i] will run on, and the application ID to the [i]full path to the applica ... |
Topic: How to achive Process Definition using MQ Series |
hifive
Replies: 6 Views: 7915
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Oct 14, 2007 8:44 am Subject: How to achive Process Definition using MQ Series |
I have a two queues A & B
I have defined A Queue - with Triggering details
Trigger Control - On
Trigger Type - First
Trigger Depth - 1
Inititation Queue - B
ProcessName = X
I have def ... |
Topic: How to get Global container values using MQ WF |
hifive
Replies: 11 Views: 14180
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Oct 12, 2007 10:37 am Subject: How to get Global container values using MQ WF |
Container will help me to read container Members, but actually I want to read Global Container member associated for the current processinstance from which i have written an auto activity code.
Sc ... |
Topic: How to get Global container values using MQ WF |
hifive
Replies: 11 Views: 14180
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Oct 12, 2007 8:58 am Subject: How to get Global container values using MQ WF |
I have an auto activity, which has to read the global container value . How to achieve this?
Thx |
Topic: Unable to view workitems based on multiple roles |
hifive
Replies: 1 Views: 4939
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Sep 17, 2007 10:17 pm Subject: Unable to view workitems based on multiple roles |
Hi
I created 1 step activity- and added 2 roles uw1 / uw2
uw1- a, b users
uw2 - x,y users
when i run this, its shows default owner as admin, and i dont see any workitems for a,b,x,y usrs (i. ... |
Topic: MQ WF Password change using API |
hifive
Replies: 5 Views: 7568
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jul 30, 2007 12:17 am Subject: MQ WF Password change using API |
Once I use setPassoword method; will i have to re compile fdl file |
Topic: MQ WF Password change using API |
hifive
Replies: 5 Views: 7568
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jul 25, 2007 8:01 pm Subject: MQ WF Password change using API |
Ok, But Is it possible , based on the current user (who has loged in), password can be changed using MQWF API ?
Scenerio :
1. User has logged in
2. A JSP page would be provided to change passwor ... |