"gaohoward" wrote : | Q1: | JBM doesn't provide connection pooling. You need to pool the connection yourself or using some 3rd party lib (if any). | | Q2: | Because JBM doesn't pool connections, so there is no place for such configurations. | | Howard |
Thanks, I think I can implement this with stateless bean which will keep the connection, and will reload it if it is down. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262090#4262090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262090 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
