Jonathan Aotearoa wrote:
You know from EJB3.0 on an MDB (Message Driven Bean) can handle messages synchronously.
This is wrong.
Yes, I was wrong. I had been reading about MDBs not using JMS (a MDB but not a javax.jms.MessageListener), but other JCA implementations and I got muddled.
By the way, are all JCA implementations asynchronous? I don't think so as
JDBC itself is a JCA implementation, isn't it? So, wouldn't it be possible to call an MDB with another JCA implementation synchronously? I could swear I read it somwhere...
And one more thing, as MDBs can work with other JCS implementations, can we say the same about SLSBs?
Thank you very much and sorry for my confusion!
antonio