Coder Social home page Coder Social logo

ronald-d-rogers / hangfire.firebirdsql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rsegerink/hangfire.firebird

0.0 2.0 0.0 820 KB

Firebird Storage Provider for Hangfire http://hangfire.io/

License: Other

Batchfile 0.13% PowerShell 0.39% C# 99.48%

hangfire.firebirdsql's Introduction

Hangfire.Firebird

This is an plugin to the Hangfire to enable Firebird as a storage system. Read about hangfire here: https://github.com/HangfireIO/Hangfire#hangfire- and here: http://hangfire.io/

Instructions

Install Hangfire, see https://github.com/HangfireIO/Hangfire#installation

Download all files from this repository, add the Hangfire.Firebird.csproj to your solution. Reference it in your project, and you are ready to go by using:

app.UseHangfire(config =>
{
    config.UseFirebirdStorage("<connection string or its name>");
    config.UseServer();
});

Using Firebird with MSMQ

To use MSMQ queues, you should do the following steps:

  1. Create them manually on each host. Don't forget to grant appropriate permissions.
  2. Register all MSMQ queues in current FirebirdStorage instance.

If you are using only default queue, pass the path pattern to the UseMsmqQueues extension method (it also applicable to the :doc:OWIN bootstrapper <owin-bootstrapper>):

app.UseHangfire(config =>
{
   config.UseFirebirdStorage("<connection string or its name>")
         .UseMsmqQueues(@".\hangfire-{0}");
});

For more information see http://docs.hangfire.io/en/latest/configuration/using-sql-server-with-msmq.html

Related Projects

License

Copyright © 2015 Rob Segerink <http://discuss.hangfire.io/c/storage.

Hangfire.Firebird is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

Hangfire.Firebird is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Hangfire.Firebird. If not, see http://www.gnu.org/licenses/.

This work is based on the work of Sergey Odinokov, author of Hangfire. http://hangfire.io/

Special thanks goes to him.

hangfire.firebirdsql's People

Contributors

rsegerink avatar

Watchers

 avatar  avatar

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.