Posted By:
Timo_Waldschmidt
Posted On:
Tuesday, June 22, 2004 04:45 AM
My JSP sends an request to an javabean, which is
calling a jms queue. After an while of moments the
onMessage-Method in the javabean will be called.
After exctracting the data from the jms-answer I want
to give the answer to the jsp-frontend. Is there an
pattern to solve this problem ?