Posted: Mon Jan 16, 2006 7:36 pm Post subject: Java API to Runtime - connection is it MQ ?
Novice
Joined: 14 Dec 2004 Posts: 11
I am planning to use Java APIs to connect to MQ Workflow 3.6 using the latest Native Java APIs. From a design n architecture perspective, I wish to know the way these APIs connect to Workflow Runtime. Is there a RMI call ? In order to use the Java APIs I have to do a configuration using JACA which creates the fmrcc file. This file has the Q manager, hostname etc details of the Workflow Q Manager. Is it then a MQ (Client/Server) to MQ connection underneath? Is it the same for syncronous n asyncronous calls ? What is the exact way in which the connection from these Java APIs to Runtime Server.
It is an MQ connection. The difference between the Native Java APIs and the original APIs is that the original ones were a layer over the WF C APIs and required that the MQ Workflow client libraries be installed as well - so they only worked on WF supported platforms. The Native Java APIs only require that the jar file is present (from WF) and theoretically will work from any MQ supported platform.
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