Re: Messages are not getting persisted in database table.(jdbcPersistenceAdapter>

2007-12-20 Thread Hiram Chirino
What version you using? On Oct 25, 2007 6:28 AM, navneek <[EMAIL PROTECTED]> wrote: > > Hi, > > Im using the following configuration for persisting messages into oracle > database. Ultimately When I start activemq the tables (activemq_acks, > activemq_lock, activemq_msgs) are created but it is not

Re: Messages are not getting persisted in database table.(jdbcPersistenceAdapter>

2007-12-19 Thread emh
Hi, Does anyone have a solution for that problem? I am currently facing the problem too, except that I am working with ActiveMQ and a MySQL database. The tables are being created but they stay empty all the time. If I insert messages in a queue and restart the broker, the queued messages are lost

Messages are not getting persisted in database table.(jdbcPersistenceAdapter>

2007-10-25 Thread navneek
Hi, Im using the following configuration for persisting messages into oracle database. Ultimately When I start activemq the tables (activemq_acks, activemq_lock, activemq_msgs) are created but it is not holding any message in table named 'activemq_msgs'. When I post messages into Broker, msg stay