|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
•
• Guaranteed delivery and fault tolerance—Message delivery must be guaranteed, and the system must be fault tolerant. If a message cannot be delivered because the recipient was unavailable, the messaging system must queue that message and continue to operate. The queued message must then be redelivered as appropriate.
• Distributed architecture—A distributed, loosely coupled system is much more likely to support the fault-tolerance you require than a monolithic system that depends on one centralized server.
• High throughput—High throughput without performance degradation is needed. Requirements vary throughout the day and throughout the business year, and you cannot afford performance degradation at the time when business increases.
• Scalability—As your business grows, you want to be able to update your business integration in a simple and cohesive way. Furthermore, you want to be able to connect your integration project with other departments using a similar system. The messaging system must support this scalability.Figure 11 Adapter data flow
• Easy Configuration With Design-Time Adapter—All adapters included with TIBCO ActiveMatrix BusinessWorks use a unified GUI that simplifies adapter configuration. A Design-Time Adapter allows you to directly access the source application from the TIBCO Designer GUI and specify the data the business process needs.
• Easy Inclusion in Business Processes—The business process can communicate with adapters by using activities found in the adapter palette. These activities interact with each of the standard adapter services. For example, the Publish to Adapter activity sends a message to an adapter subscription service.
• Easy Deployment and Monitoring—When you are ready to deploy your project, the TIBCO Designer deployment palette allows you to assign each adapter to its own machine. At run-time, the TIBCO Administrator GUI monitors each adapter in its own panel. You can therefore easily see if one of the adapters is a bottleneck in the business process flow.
• Technology adapters—Includes adapters that access files or databases.
• Application adapters—Includes adapter for PeopleSoft, SAP R/3, Siebel, and others.
• A complete set of commonly used activities such as File Read, File Write, and File Create, a set of email activities, timers, FTP activities, etc.See Phase 4: Business Process Design, and the TIBCO ActiveMatrix BusinessWorks Process Design Guide.Figure 12 Example processThis section first gives a brief introduction to schema (Understanding Schemas), then discusses "Schemas in TIBCO ActiveMatrix BusinessWorks."You can map the process data to the input data using a drag and drop interface. You can specify conditional mapping using XPath, and you do not need detailed knowledge of XPath for simple conditions. See Step 7: Perform Mapping and Transformation for Each Activity (Chapter 6).Data mapping is discussed in detail in the TIBCO BusinessWorks Process Design Guide.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |