Re: Change from Derby to Oracle in production!

2008-03-19 Thread Nirav
OK I transfered all messages from Derby to Oracle using Open Adaptor. And I changed configuration for Oracle in ActiveMQ.xml Now my doubt is no. of rows in ACTIVEMQ_MSGS is constantly increasing. Is it normal behaviour? You can have an overview of my project by clicking below link... http://

Re: Change from Derby to Oracle in production!

2008-03-17 Thread Nirav
Thanks James, but main problem is that only! I have stopped source of new messages, logic behind that is to give time to process messages already in queue. But ActiveMQ is not processing messages in Queue. -- View this message in context: http://www.nabble.com/Change-from-Derby-to-Oracle-in-p

Re: Change from Derby to Oracle in production!

2008-03-17 Thread James Strachan
Just empty your queues then change your activemq.xml. Or you could use Camel to move messages from your queues to another broker running against Oracle. On 17/03/2008, Nirav <[EMAIL PROTECTED]> wrote: > > I am using ActiveMQ 3.2 in one of our project which is already in production. > > Now req