Re: Slow MySQL datastore performance.

2015-10-22 Thread Tim Bain
t;will1" wrote: > Thanks Tim.. If anyone has any relevant benchmarks they could provide, that > would be really useful.. any more thoughts on the original question would > be > appreciated also.. > > > > > -- > View this message in context: > http://activemq.2283

Re: Slow MySQL datastore performance.

2015-10-21 Thread will1
Thanks Tim.. If anyone has any relevant benchmarks they could provide, that would be really useful.. any more thoughts on the original question would be appreciated also.. -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-MySQL-datastore-performance-tp4703223p4703233

Re: Slow MySQL datastore performance.

2015-10-21 Thread Tim Bain
ed LevelDB approach..? > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Slow-MySQL-datastore-performance-tp4703223p4703230.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Slow MySQL datastore performance.

2015-10-21 Thread will1
Hi Tim.. thanks for the swift response.. Do you have any benchmarks for the KahaDB or replicated LevelDB approach..? -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-MySQL-datastore-performance-tp4703223p4703230.html Sent from the ActiveMQ - User mailing list

Re: Slow MySQL datastore performance.

2015-10-21 Thread Tim Bain
2. Would a different datastore strategy provide better performance > in terms > of persistence eg > a. High performance journaled JDBC (MySQL) (would just > need a solution to > replicate the journal) > b. File based datastore eg replicated

Slow MySQL datastore performance.

2015-10-21 Thread will1
zookper. Inputs would be greatly appreciated. -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-MySQL-datastore-performance-tp4703223.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: MySQL datastore

2007-06-07 Thread Tom Samplonius
- "James Strachan" <[EMAIL PROTECTED]> wrote: > On 6/1/07, Doug Steigerwald <[EMAIL PROTECTED]> > wrote: > > I'm currently trying to set up ActiveMQ to use MySQL as the data > store. ActiveMQ connects to the > > database and creates some tables if it needs to, but nothing is > stored in the A

Re: MySQL datastore

2007-06-07 Thread James Strachan
On 6/1/07, Doug Steigerwald <[EMAIL PROTECTED]> wrote: I'm currently trying to set up ActiveMQ to use MySQL as the data store. ActiveMQ connects to the database and creates some tables if it needs to, but nothing is stored in the ACTIVEMQ_MSGS table when I send messages via stomp (we're going

Re: MySQL datastore

2007-06-01 Thread Doug Steigerwald
Never mind, wasn't send the messages as persistent with stomp! Doug Steigerwald Doug Steigerwald wrote: I'm currently trying to set up ActiveMQ to use MySQL as the data store. ActiveMQ connects to the database and creates some tables if it needs to, but nothing is stored in the ACTIVEMQ_MSGS

MySQL datastore

2007-06-01 Thread Doug Steigerwald
I'm currently trying to set up ActiveMQ to use MySQL as the data store. ActiveMQ connects to the database and creates some tables if it needs to, but nothing is stored in the ACTIVEMQ_MSGS table when I send messages via stomp (we're going to be using perl and an extended Net::Stomp to connect a