Posted By:
Boaz_Inbal
Posted On:
Wednesday, June 5, 2002 01:01 AM
I'm running a servlet that defined as a startup servlet on WebShpere 4.0.2
In Addition I have MDB Listener.
On W2K platform, they both starts and runs normaly, but on
AIX, If the Servelt starts before the MDB Listener, I
get a JMS error. Only if the MDB Listener starts and
then the Servlet, the WAS starts normaly.
Is there a way to configure the order of operation or
the dependence between the two objects?