Hi,
I want to sent
request through Session bean-A to MDB-B. This MDB (B) in turn call another
session bean-C which do some business calculation and return the result to User.
user will have to wait until it gets result.
In short I want to
achieve synchronous behavior through MDB.
can we dot this?
what configurations
are needed in in ejb-jar.xml and jboss.xml
TIA
Rajesh
