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

Darrin Mison (JIRA) jira-events at lists.jboss.org
Thu Jul 24 19:57:45 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBESB-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12422486#action_12422486 ] 

Darrin Mison commented on JBESB-1800:
-------------------------------------

Proposed SOA 4.2 TP02 Release Note:
A new QuickStart has been added for Complex Splitting and Routing

> Add Complex Splitting and Routing Quickstart
> --------------------------------------------
>
>                 Key: JBESB-1800
>                 URL: https://jira.jboss.org/jira/browse/JBESB-1800
>             Project: JBoss ESB
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Documentation, Examples
>            Reporter: Tom Fennelly
>            Assignee: 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list