2 Replies Latest reply on Mar 5, 2004 9:36 PM by ivelin.ivanov

    Problem with Oracle working like Persistence Manager (jdbc2)

    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 arrive to the queue it appears to no receive more message until the JMS_MESSAGES table are empty !!!!(They synchronice the queue!!)

      This strange behavior only appear with Oracle... if i use the default config (HiperSonic) the queue works fine. With SQLServer works good too.

      How can i resolve this wierd problem???