Posted: Tue Nov 08, 2005 5:35 am Post subject: Using Workflow java API
Newbie
Joined: 03 Nov 2005 Posts: 4
Hi all,
I have few basic questions about using java API:
1. What is a Java Agent?
2. Is there in Java API for MQ Workflow which does not uses Java Agent?
3. Is it not advisble to use Java Agent ?why?
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
Have a look at the V3.6 Programming guide.
If you are just starting with workflow, you would definitely want to use the "Native Java API" that is standard with 3.6 and can be used in 3.5 with the appropriate service pac. _________________ John McDonald
RETIRED
Agent.java is the "root class" (factory) that provides you access to instances of all the other API classes (e.g. ExecutionService). So you always have to start with an instance of Agent.java.
In former documentation the Java Agent stands for a RMI/IIOP connection to the Java API. With MQWF 3.6 this is no longer supported/needed, however.
(just use LOC locator policy).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum