> I want to know, is it possible to intergrate MINA with JCA > (J2EE Connector Archicture) using RA (Resource Adapter) and > MDB (Message Driven Bean) ?
Supporting an MDB means having an EJB container, so you would really be looking outside of MINA, but the idea of JCA/JMS (e.g., onMessage() is interesting. More people are probably familar with JMS, so I'll just provide a reference to an article on JCA 1.5 inbound connectors: http://www.javaworld.com/javaworld/jw-06-2005/jw-0606-jca.html Keeping in mind that JCA materials usually talk about MDBs, here is a reference for using it with POJOs: http://jencks.org/Message+Driven+POJOs This could be quite interesting, especially considering the JNDI usage. --- Noel
