1) JBoss by default persists messages using a built-in database called HSQL. Adrian doesn't care for it, but it works well for me, at least for JMS. The other persistence implementations use files, but are not supported or may have bugs. Search for FilePersistenceManager and RollingLogged Persistence Manager. There are also examples in the JBoss distribution.
2) There is an in-process client/server connection factory. In your EJBs, locate javax.jms.ConnectionFactory using JNDI at java:/JmsDS. Use java:/ConnectionFactory for non-transacted use. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831684#3831684 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831684 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
