Author |
Message
|
technok |
Posted: Fri Nov 14, 2003 6:47 pm Post subject: Do I need JNDI? |
|
|
 Novice
Joined: 14 Oct 2001 Posts: 17 Location: Hong Kong
|
Why RMI-IIOP?
Why use WMQ Workflow JAVA agent?
Performance? Scalability? JAVA-hungry?
Please advise! _________________ Techno K
IBM Certified MQ/WMQI Specialist |
|
Back to top |
|
 |
dsim |
Posted: Sat Nov 15, 2003 7:41 am Post subject: |
|
|
Acolyte
Joined: 11 Aug 2003 Posts: 67 Location: Toronto
|
Quote: |
Why use WMQ Workflow JAVA agent? |
... to integrate with application servers |
|
Back to top |
|
 |
technok |
Posted: Sat Nov 15, 2003 5:16 pm Post subject: |
|
|
 Novice
Joined: 14 Oct 2001 Posts: 17 Location: Hong Kong
|
haha, well , I should re-define my question.
Why not LOCAL_LOCATOR?
Why don't let MQ as a middleman in between App Server and MQWF?
Any good reason to use JNDI_LOCATOR? _________________ Techno K
IBM Certified MQ/WMQI Specialist |
|
Back to top |
|
 |
dsim |
Posted: Sat Nov 15, 2003 7:13 pm Post subject: |
|
|
Acolyte
Joined: 11 Aug 2003 Posts: 67 Location: Toronto
|
Quote: |
Why not LOCAL_LOCATOR?
Why don't let MQ as a middleman in between App Server and MQWF? |
For sure LOC locator policy can be used when the application server runs on a machine that has MQSeries installed.
This is the recommended locator policy - it uses MQSeries between the Application Server (acting as MQWF Client) and MQWF Server.
In this case the agent is local, embedded in the JNI layer (MQWF code is C/C++ based)
Quote: |
Any good reason to use JNDI_LOCATOR? |
Only in cases when MQSeries is not available on the machine where the application server is running.
In this case the application server (acting as MQWF client) uses RMI over IIOP to communicate with a remote agent.
The Java agent can run either a different machine that has MQWF Client with Queue Manager or on the server machine.
Not recommended because the performance and scalability are not as good as the configuration using LOC locator policy. |
|
Back to top |
|
 |
technok |
Posted: Sun Nov 16, 2003 5:42 am Post subject: |
|
|
 Novice
Joined: 14 Oct 2001 Posts: 17 Location: Hong Kong
|
Thanks dsim, got it!
It means except money for MQ license and JAVA-hunger, no really good reason to use JNDI_LOCATOR. Right! _________________ Techno K
IBM Certified MQ/WMQI Specialist |
|
Back to top |
|
 |
dsim |
Posted: Sun Nov 16, 2003 6:28 am Post subject: |
|
|
Acolyte
Joined: 11 Aug 2003 Posts: 67 Location: Toronto
|
MQ license shouldn't be an issue: as i know MQWF comes with MQSeries licenses included for each 'Client with Queue Manager'.
Dan |
|
Back to top |
|
 |
|