[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with Oracle working like Persistence Manager (jd

2004-03-05 Thread jvargas
Problem solved... Thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824391#3824391";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824391>Reply to the post --- This SF.Net email is s

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Persistence ORACLE

2004-03-02 Thread jvargas
You can add the line CREATE_TABLES_ON_STARTUP = TRUE bottom in the PersistenceManager mbean(attribute name="SqlProperties"). It fix that problem. If it works please count the time when the message is send and when is processs for the server (message driven bean or whatever you have to do that).

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem with Oracle working like Persistence Manager (jdbc2)

2004-03-01 Thread jvargas
I configure a queue for JMS message using Oracle like Persistence Manager. The solution works but when i tried to benchmark the time when the message is send and the time when is processed (I use a jms bean for process the queue) nottice that it is queue for a few milisecs... When the message