[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
quartz with custom jobstore  XML
Forum Index -> Quartz
Author Message
rphadake

neo

Joined: 04/28/2013 22:09:06
Messages: 2
Offline

Hello,

We are currently using jdbcjobstore for quartz scheduler. This is working fine.
Now there is a requirement to move away from db so just exploring what are other options. We certainly can't use RAM store as we want persistence.

We want to develop a custom job store. lucene could be used for persistence since its being used for some other storage purpose in the project apart from search.

What are the starting points for developing custom jobstore? Any pointers would be helpful.

Thanks,
Ram
gyan10

ophanim

Joined: 06/28/2011 23:15:25
Messages: 701
Offline

You can use Trerracotta Jobstore to persist your data.
TerracottaJobStore can be ran clustered or non-clustered, and in either case provides a storage medium for your job data that is persistent between application restarts, because the data is stored in the Terracotta server. It's performance is much better than using a database via JDBCJobStore (about an order of magnitude better), but fairly slower than RAMJobStore.

http://quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-09

Cheers!!!!

Gyan Awasthi
Terracotta -A Software AG company
rphadake

neo

Joined: 04/28/2013 22:09:06
Messages: 2
Offline

I have seen Terracotta Jobstore link which looks like a custom jobstore.

Here we don't want to add more dependencies to the project so have the thought of adding a custom jobstore.

Thanks,
Ram
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team