Tuesday, November 6, 2012

Useful tips to configure MDBs and EJBs

http://technology.amis.nl/2012/02/24/ejb-an-mdb-best-practices-on-weblogic/

 most relevant for me:

  • home-is-clusterable in weblogic-ejb-jar.xml and set in on “true”
  • MDB listeners set setting start-mdbs-with-application to false in weblogic-ejb-jar.xml or weblogic-application.xml  (to ensure that consumpion of messages starts only after all JCA stuff is deployed)
  • check max-messages-in-transaction element in weblogic-ejb-jar.xml deployment descriptor



No comments: