In order to add more information about my question, I should add that our environment configuration is :
Jboss Application Server (4.2.2.GA <http://4.2.2.GA> (build:SVNTag=JBoss_4_2_2_GA date=200710221140) | JVM Version: 1.5.0_06-b05 (Sun Microsystems Inc.) | | Using Jboss messaging and JMS with the Jboss built-in database. | | As I want to send a demand, I set the persistency like below in my code. | | producer.setDeliveryMode(DeliveryMode.PERSISTENT); | | But what our demand is just JMS object messages which is specific to our computing domain. You can consider it as a simple JMS object message. We do not use any sort of Hibernate, but we do use Serialization in some parts. I am using the built-in Hypersonic database in Jboss without any modification in the database level. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149587#4149587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149587 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
