I haven't played with MDBs on JBoss for sometime now, but are you sure the postConstruct is being called repeatedly on the *same instance* of the MDB? Or is every new message being processed by a new instance of the MDB, in which case it explains why the postConstruct gets called everytime the message is consumed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138680#4138680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138680 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
