If you read the spec, you will see that the message interface can be anything 
you like
including having a return value
e.g.

public interface MyMessageListener
{
   ReturnType onRequest(MyRequest request);
}

Also with jca 1.5 it is possible for a resource adapter to invoke either 
directly
or using the workmanager (if you want transaction inflow) on an EJB (e.g. an 
SLSB)

NOTE: Being a newbie does not excuse you from reading the specs before posting
frivilous questions. We are not here so you don't have to do your own work.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860799#3860799

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860799


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to