2 Replies Latest reply on Jan 3, 2005 11:48 AM by mabrukars

    Persisting the JMS messages in ORacle

    mabrukars

      I am using jboss 323 and have created a MDBean which processes the requests from a queue. This works fine, I just want to persist the JMS messages going to the queue so I made the necessary changes in the

      C:\jboss-3.2.3\server\myserver\deploy\jms\oracle-jdbc2-service.xml to persist the messages to oracle.

      I see the intial creation of table works fine but there are no messages in the JMS_MESSAGES and JMS_TRANSACTIONS table whatsoever. I tried stopping the listeners but still no luck.

      Any idea why I don;t see the messages persisted in the database?
      When are the messages persisted? All time isn't it?
      When do the messages end up in the Dead Letter Queue?