GithubHelp home page GithubHelp logo

Comments (2)

lahma avatar lahma commented on May 17, 2024

Are you using this job store as is instead of JobStoreTX? Normally you want to use JobStoreTX - the CMT version is extension point for containers like Spring.NET. It's important that this job store does not open the connection as it's container's job to do so.

from quartznet.

herrmic avatar herrmic commented on May 17, 2024

Yes, I'm using it directly. Changes to jobs and triggers that my code makes must be part of ambient transaction (TransactionScope) that the code runs in. For me, the connections are not that important - the transaction is. As long as everything is in one transaction, it's fine. I had to choose between letting JobStoreCMT open its own connection (in its code I saw that it creates a connection after all, it just doesn't open it) and let the transaction to be escalated to MSDTC (no big deal here, these parts are not critical performance-wise) or overload JobStoreCMT so that it would use connection created by NHibernate (and wrap the connection so that Quartz wouldn't close that connection when it no longer needs it). I chose the former, mostly because it was quicker to implement.

In situations like mine (no problem with letting Quartz escalate the transaction) JobStoreCMT is useful on its own (provided it opens the connection). My infrastructure manages the ambient transactions and JobStoreCMT plays well with them.

from quartznet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.