Re: ActiveMQ persistence extremely slow with JDBC

2008-10-10 Thread Lin.Zhang
xt message. James.Strachan wrote: > > What is the slow part - sending the JMS message or waiting for the > message to arrive in the database? If its the latter thats because > messages are only written to the database after the journal is > checkpointed (every minute or so)

ActiveMQ persistence extremely slow with JDBC

2008-10-09 Thread Lin.Zhang
Hi, we got a problem when using journal configured with JDBC, here are some details: We configured the journal with an Oracle datasource, but it is *extremely* slow when sending messages to ActiveMQ, about 1.5 minutes per message..., and our config file looks like below: ...