These products are used to get you started integrating your BPM projects with your Apache Camel architecture in minutes.
This initial announcement provides an automated installation (repeatable) in minutes where you get JBoss BPM Suite running on an instance of JBoss EAP and a separate instance of JBoss Fuse in its very own Karaf container.
There are plans to expand this demo project with various integration scenarios or use cases, but for now we start with just a single story around using a JBoss Fuse camel route to interact with a rules and process project deployed onto JBoss BPM Suite.
Background
External BPM customer evaluation process |
The project can be found on github and has documentation to get you up and running in minutes.
Demo details
Upon starting the server you will find a JBoss BPM Suite setup with the Customer Evaluation project ready for you to inspect, build and deploy for use by the JBoss Fuse camel route we will deploy.A new container in JBoss Fuse |
Installing and running
The following steps will get you up and running in a matter of minutes with this fully automated and repeatable demo:Camel route with visual message count - Add products to installs directory.
- Run 'init.sh' or 'init.bat'.
- Start the JBoss BPM Suite server, login, build and deploy JBoss BPM Suite process project at http://localhost:8080/business-central (u:erics/p:bpmsuite).
- Add fabric server passwords for Maven Plugin to your ~/.m2/settings.xml file the fabric server's user and password so that the maven plugin can login to the fabric.
<!-- Login for fabric repo --> <servers> <server> <id>fabric8.upload.repo</id> <username>admin</username> <password>admin</password> </server> </servers>
- Start Fuse Server and start up fabric in fuse console:
fabric:create --wait-for-provisioning
- Deploy simple route from projects/brms-fuse-integration/simpleRoute:
mvn fabric8:deploy
- Login to Fuse management console at: http://localhost:8181 (u:admin/p:admin).
- Connect to root container with login presented by console (u:admin/p:admin)
- Create container name c1 and add BPMSuiteFuse profile (see screenshot below)
- Trigger camel route by placing support/data/message.xml files into target/jboss-fuse-6.1.0.redhat-379/instances/c1/src/data folder (rename this message on copy for multiple runs)
- Enjoy the demo!
We hope you enjoy this new demo showcasing JBoss Fuse integration with JBoss BPM Suite.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.