Skip to main content

Enterprise Service Bus capabilities of WebSphere InterChange Server V4.2

Guidance on incorporating WebSphere InterChange Server into a service-oriented architecture with an ESB

Chris Nott (chris_nott@uk.ibm.com), Software Architect, IBM
Photo of Chris Nott
Chris Nott is a Consulting IT Specialist with IBM Software Group in the UK. He has fourteen years of IT experience in software development, technical pre-sales consulting and solution architecture. His current area of expertise is business integration and he has a strong background in relational systems design and database technology. He has written extensively on business integration and the Enterprise Service Bus. He holds a BSc degree in Mathematics from the University of Durham and is registered in the UK as a Chartered Engineer.

Summary:  The capabilities of an Enterprise Service Bus (ESB) are mapped against the functionality of WebSphere InterChange Server V4.2 along with the WebSphere Business Integration Adapter for Web Services to allow architects to assess how these IBM products can participate as components in a service-oriented architecture (SOA). Although WebSphere InterChange Server is a process integration technology, it has ESB capabilities embedded within it.

Date:  24 Nov 2004
Level:  Intermediate
Activity:  326 views

Introduction

This article provides additional information to section 5.3 of IBM® Redbook, Patterns: Implementing an SOA using an Enterprise Service Bus, SG24-6346 where the capabilities of an Enterprise Service Bus (ESB) are mapped against current IBM products. Specifically it describes the ESB capabilities in WebSphere® InterChange Server V4.2.


Current IBM Technology and the ESB

In IBM's Business Integration Reference Architecture shown in Figure 1, we can use the following products for implementing an ESB as part of a service-oriented architecture:

  • WebSphere MQ
  • Web Services Gateway (part of WebSphere Application Server Network Deployment)
  • WebSphere Business Integration Event Broker
  • WebSphere Business Integration Message Broker

Figure 1. IBM® Business Integration Reference Architecture
IBM Business Integration Reference Architecture

In this Reference Architecture, WebSphere InterChange Server can be used to implement Process Services, choreographing services provided on the ESB. We should recognize that this technology itself contains ESB capabilities. Indeed base ESB capabilities, such as protocol management, are required, and others such as transformation may also be provided. Therefore, any Process Services technology should by definition incorporate some level of ESB capability coupled with process integration capability. WebSphere InterChange Server implements both Process Services and ESB functionality. For example, inherent in WebSphere InterChange Server is MQ or HTTP protocol support (using the WebSphere Business Integration Adapter for Web Services).

The Redbook provides a detailed analysis of WebSphere MQ, WebSphere Business Integration Message Broker, and Web Services Gateway against the ESB capabilities, and gives guidance on their use to implement an ESB. IBM recommends the use of these components for implementing an ESB today. However, as part of defining a solution architecture, organizations should consider the ESB capabilities of other IBM components.

It is worth bearing in mind that for certain solutions, the ESB capabilities embedded in WebSphere InterChange Server will prove sufficient for required purposes. These capabilities will be coupled with process integration functionality in an SOA. The reasons for this approach include the following:

  1. An organization has limited resources and cannot afford to acquire the skills for both a process integration engine and a technology for an ESB. This includes the on going maintenance and support of the environment.
  2. An organization's requirements can be met by a simpler infrastructure which may be achieved using a single technology. This would reduce operational resource requirements.
  3. The ESB is being implemented in a small organization or division of an organization where a large software inventory is disproportionate to the number of services.
  4. The ESB is required to manage the interactions with backend packaged applications, such as Siebel and SAP. These interactions are complex and form part of the service implementations. The implementation may include the use of IBM pre-built collaborations for WebSphere InterChange Server, which are provided as services on the bus. However, the IBM Business Integration Reference Architecture places such logic in the Process Services component, a view supported by the advice given in the Redbook. It is a decision which must be made when defining the architecture as to what business logic, if any, should be implemented in the ESB.
  5. The ESB can contain flow logic as part of its mediations, though it does not typically contain business process logic or manage business state. Both of these are characteristics of the Process Services component. However WebSphere InterChange Server can execute flow logic without managing business state.

It should be noted that the primary focus of WebSphere InterChange Server is to provide solutions for the Process Services requirements. This article is not advocating the use of this product as an ESB implementation without very careful consideration. It simply provides the analysis of the product's capabilities against those of an ESB. If you decide to adopt WebSphere InterChange Server for ESB implementation then you should ensure that the approach taken is in line with IBM's product strategy.

There is an important architectural principle which must be applied when using a common technology for multiple architectural components, in this case the ESB and Process Services components. There must be a clean interface between the ESB mediations and the process flows defined, for example a WSDL definition. Therefore both process flows and mediation flows for the ESB will exist. Each will be independent of the other, accessed only through defined interfaces. If a clean interface is not architected and implemented between the components, then the benefits of using an ESB in an SOA will not be achieved, maintenance costs will soar and flexibility will be lost.

Adopting this principle in WebSphere InterChange Server requires careful collaboration design. Collaborations which implement process flow logic must be separated from mediation logic. Mediation logic is implemented using a combination of collaborations and maps. Typically the collaboration templates for process flow logic and mediation logic will be tightly bound together at design time to form collaboration groups using the native interface provided by WebSphere InterChange Server, represented by a business object. However, it is also possible to provide the logic of each through standards-based interfaces so that use by or access to other technology components is possible. For example, the WebSphere Business Integration Adapter for Web Services can be used. This loose-coupling approach allows the deployment of multiple WebSphere InterChange Server instances. One instance may execute process flows while another executes mediation logic.


Enterprise Service Bus capabilities

The following table from section 4.3 of IBM Redbook, Patterns: Implementing an SOA using an Enterprise Service Bus, SG24-6346 categorizes the capabilities of the Enterprise Service Bus.

Table 1. Catagorization of ESB capabilities

Communication Service Interaction
  • Routing
  • Addressing
  • Protocols and standards (HTTP, HTTPS)
  • Publish/subscribe
  • Request/response
  • Fire and forget, events
  • Synchronous and asynchronous messaging
  • Service interface definition (WSDL)
  • Substitution of service implementation
  • Service messaging models required for communication and integration (SOAP, XML, or proprietary Enterprise Application Integration models)
  • Service directory and discovery
Integration Quality of service
  • Database
  • Legacy and application adapters
  • Connectivity to enterprise application integration middleware
  • Service mapping
  • Protocol transformation
  • Data enrichment
  • Application server environments (J2EE™ and .Net)
  • Language interfaces for service invocation (Java™, C/C++/C#)
  • Transactions (atomic transactions, compensation, WS-Transaction)
  • Various assured delivery paradigms (WS-ReliableMessaging or support for Enterprise Application Integration middleware)
Security Service level
  • Authentication
  • Authorization
  • Non-repudiation
  • Confidentiality
  • Security standards (Kerberos, WS-Security)
  • Performance
  • Throughput
  • Availability
  • Other continuous measures that might form the basis of contracts or agreements
Message processing Management and autonomic
  • Encoded logic
  • Content-based logic
  • Message and data transformations
  • Message/service aggregation and correlation
  • Validation
  • Intermediaries
  • Object identity mapping
  • Service/message aggregation
  • Store and forward
  • Administration capability
  • Service provisioning and registration
  • Logging
  • Metering
  • Monitoring
  • Integration to systems management and administration tooling
  • Self-monitoring and self-management
Modelling Infrastructure intelligence
  • Object modelling
  • Common business object models
  • Data format libraries
  • Public versus private models for business-to-business integration
  • Development and deployment tooling
  • Business rules
  • Policy-driven behavior, particularly for service level, security and quality of service capabilities (WS-Policy)
  • Pattern recognition

Summary of capability mapping

The following table summarizes the support for ESB capabilities in WebSphere InterChange Server v4.2.

Table 2. Capability mapping summary

ESB Capability WebSphere InterChange Server v4.2
CommunicationStrong
IntegrationStrong
SecurityLimited
Message processingStrong
ModellingStrong
Service interactionStrong
Quality of serviceFairly Strong
Service levelMedium
Management and autonomicFairly Limited
Infrastructure intelligenceLimited

Assessment of ESB capabilities for WebSphere InterChange Server v4.2

Here are the capabilities of WebSphere InterChange Server V4.2 with the WebSphere Business Integration Adapter for Web Services (which includes the SOAP Data Handler) as they relate to an ESB.

Communication

  • Event-driven processing (using WebSphere Business Integration Adapters).
  • Messages can be routed using collaboration object subscriptions to events on business objects, collaboration logic, and mapping logic.
  • Support for document and RPC styles.
  • JMS (including JNDI support), HTTP and HTTPS protocol support.
  • Synchronous and asynchronous delivery support.

Service interaction

  • WebSphere InterChange Server does not inherently force a single interface for services it provides. There must be a policy decision to define service interfaces as SOAP over HTTP, for example.
  • Using application-specific business objects at the service interface and mapping them to generic business objects allows the interface to be changed -- WebSphere Business Integration Adapters and maps -- without affecting the collaboration logic.
  • Collaboration and mapping logic can be changed without affecting service requesters.
  • Changes to service provider implementations do not affect the collaboration logic or service calls.
  • WSDL can be used to generate business objects.
  • SOAP messages, including faults, are supported using the SOAP Data Handler.

Integration

  • All of the WebSphere Business Integration Adapters can be used to provide bi-directional connectivity to many applications and technologies, including databases.
  • There is protocol support for JMS and HTTP using the WebSphere Business Integration Adapters, and therefore protocol conversion.
  • Data enrichment using mapping and collaboration logic.
  • Service aggregation can be implemented using collaboration logic.

Service level

  • WebSphere InterChange Server and Java-based WebSphere Business Integration Adapters are multi-threaded.
  • Multiple instances of WebSphere InterChange Server can be deployed and a high availability model is provided.

Quality of service

  • Events are persisted while being processed by the WebSphere InterChange Server. WebSphere MQ can be used as the "internal" transport mechanism.
  • The collaboration engine provides a compensation model.
  • Support of JMS implemented with WebSphere MQ and WebSphere MQ access using a WebSphere Business Integration Adapter allows assured delivery.
  • WebSphere Business Integration Adapters can be configured in store-and-forward mode. In this case, the Connector Controller component blocks requests to the agent component if it is unavailable. Once the agent becomes operational the controller will forward the requests.

Security

  • A collaboration can make a service call to an LDAP directory for authentication and authorization using an LDAP Adapter available as a WebSphere Business Integration Accelerator SupportPac.
  • HTTPS for transport security using JSSE in the Adapter.
  • Username and password access to HTTP proxy server when making service requests.

Message processing

  • The SOAP Data Handler supports encoding for parts defined using types, although the message parts must be in the order defined in the WSDL when using document style.
  • Content-based logic can be defined in maps and collaborations. This can include identifying appropriate service provider(s) based on incoming message content.
  • Message and data transformations are performed in maps. Validation can be performed in maps and collaborations.

Management and autonomic

  • Services implemented in a collaboration can be registered in a directory, such a UDDI.
  • Logging can be performed in a collaboration using either a probe or a service call (to a database, for example).
  • Administration, management, and monitoring facilities are available.
  • An Object Activation Daemon is available with WebSphere Business Adapters and can be configured to automatically attempt to restart an adapter agent following abnormal shutdown.

Modelling

  • WebSphere InterChange Server provides a common business object model for business entities.
  • Business objects (including data formats) can be generated from WSDL using the Object Discovery Agent which is provided with the WebSphere Business Integration Adapter for Web Services. This supports rpc literal, rpc encoded, and document literal styles.
  • Relationships can be configured for cross-referencing primary keys between endpoints.
  • Development and deployment tooling is provided.

Infrastructure intelligence

  • Collaboration and map processing can be adapted according to business rules using Activity Diagrams. Java may also be used.

Conclusion

This article has provided an understanding of the Enterprise Service Bus capabilities of WebSphere InterChange Server. It can be used by IT architects to help them construct solutions to business requirements in the context of a service-oriented architecture using current IBM WebSphere software.


Acknowledgments

This article would not exist without the discussions the author has been involved in with the following people, all of whom contributed to the ideas and thinking behind it Martin Keen, Amit Acharya, Susan Bishop, Alan Hopkins, Sven Milinski, Rick Robinson, Mark Tomlinson, Andy Garratt, Kareem Yusuf and Jonathan Adams.


Resources

About the author

Photo of Chris Nott

Chris Nott is a Consulting IT Specialist with IBM Software Group in the UK. He has fourteen years of IT experience in software development, technical pre-sales consulting and solution architecture. His current area of expertise is business integration and he has a strong background in relational systems design and database technology. He has written extensively on business integration and the Enterprise Service Bus. He holds a BSc degree in Mathematics from the University of Durham and is registered in the UK as a Chartered Engineer.

Comments (Undergoing maintenance)



Trademarks  |  My developerWorks terms and conditions

Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=WebSphere
ArticleID=31933
ArticleTitle=Enterprise Service Bus capabilities of WebSphere InterChange Server V4.2
publish-date=11242004
author1-email=chris_nott@uk.ibm.com
author1-email-cc=Copy email address

My developerWorks community

Tags

Help
Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere).

My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Use the search field to find all types of content in My developerWorks with that tag. Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere). My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Rate a product. Write a review.

Special offers