MDB Performance 2005-04-01 - By Randy Dillon
Back >,,,
>4. Are there any light-weight message consumers that could be leveraged >instead of MDBs that can mimic the functionality provided by MDBs (not so >sure about transaction management and connection pooling, though).
You could try a JMS solution that doesn't use Message Beans. You'd have to handle the transactions yourself in that case, but still should be able to do connection pooling through the app server.
>Any inputs would be much appreciated. > >Best regards >vp > >==================================================================== >Companion Site: http://www.corej2eepatterns.com >J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns >List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html >Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|