[esb-issues] [JBoss JIRA] Created: (JBESB-1800) Add Complex Splitting and Routing Quickstart

Tom Fennelly (JIRA) jira-events at lists.jboss.org
Mon Jun 9 12:21:48 EDT 2008


Add Complex Splitting and Routing Quickstart
--------------------------------------------

                 Key: JBESB-1800
                 URL: http://jira.jboss.com/jira/browse/JBESB-1800
             Project: JBoss ESB
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Documentation, Examples
            Reporter: Tom Fennelly
         Assigned To: Tom Fennelly
             Fix For: 4.4


I have this partly done already. It:

1. Reads in an EDI Order message.  User can specify the number of order items, so it can be huge if desired.
2. Reads in the EDI message and filters through it reading out the customer and order details.
3. The customer and order item details from the message are enriched with data from a database.
4. The order items are split out and merged with the order and additional order item data from the DB.
5. Split order item messages below a certain value are routed as XML to the "02_Low_Price" service.
6. Split order item messages above a certain value are routed as Java Objects to the "03_High_Price" service.
7. Split order item messages with a category == "REPTILES" are routed as a SOAP message to the "04_Reptiles_notify_webservice" service, which uses the HttpRouter to route the SOAP message to a webservice.

Might also add routing of some of the order items to a DB.  Would be good to add some flash demos for this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list