This demo shows JBoss ESB or JBoss SOA Platform, integrating with SugarCRM using the new feature/gateway: Apache Camel Gateway. The use case is: – The Sugar CRM keeps the data into a MySQL database. – Through Apache Camel Gateway in JBoss ESB we poll the database, extracting via JPA exactlly the number of rows we really need to poll. – Each row from database is transformed into an object, which is injected in JBoss BRMS (Guvnor), and it says which “Role” has to look after that Lead in particular. – We are using Basically: ApacheCamel JPA Component, JBoss ESB, JBoss BRMS (Guvnor).
Prev Post