0 Replies Latest reply on Dec 19, 2007 6:59 AM by hazurek

    Using jBPM in J2EE Environment with Remote Interfaces

    hazurek

      As I understand jbpm-console.ear application uses Messaging and Sheduler services via local session bean interfaces. Is it possible to make it working with remote interfaces?
      I want to implement architecture as follows. There are several different web application. Each of them can be deployed on different web servers. And each of them can create process instances with async execution. Execution of these instances should be processed on separate server or cluster of servers. So is it possible to make this interaction with jms and remote session bean interfaces?
      Thank you.