3 Replies Latest reply on Jan 9, 2014 7:46 AM by salaboy21

    Is jBPM 6.0 multi tenancy?

    shmaph

      Hello to everyone,

       

           I’m very new in jBPM 6.0 and I would like to do a research about its functionality.  I haven’t found any information if jBPM 6.0 is a multitenant environment.

           My question: does the jBPM 6.0 support multi tenancy ?

       

      Thanks in advance

        • 1. Re: Is jBPM 6.0 multi tenancy?
          salaboy21

          Hi, jBPM is a framework that you can embed in your app, which means that if your app require multi tenancy you will need to bind jBPM to each of your tenants in your application. jBPM is agnostic of the tenants, which means that you end application is the one that should take care of it.

          • 2. Re: Is jBPM 6.0 multi tenancy?
            shmaph

            Thanks Mauricio for your quick reply.

             

            What I need is to have one BPM engine(server) and multiple tenants connected each one to different database schema . Is it possible to configure jBPM in that way? How can I do that ? if yes.

             

            Thanks again,

            Adrian

            • 3. Re: Is jBPM 6.0 multi tenancy?
              salaboy21

              Hi Adrian,

              sure you can do it. You only need to configure each KIE session to use a different persistent unit for each customer. I strongly recommend you to check the jBPM runtime manager which you can use to create of these instances.

               

              Hope this helps