3.2. Core Components of the Enterprise Service Bus

The enterprise service bus is built on top of four key architectural components. These are:
Message listening and message filtering code
Message listeners act as routers that 'listen' for inbound messages (such as those on a JMS queue or topic, or on the file system). They then present the message to a processing pipeline that filters and routes it (via an outbound router) to another message end-point.
Data transformation components
These are based on Smooks and XSLT.
A content-based router
This infers a message's destination from the information in its body.
A message repository
This is used to save messages and/or events that have been exchanged via the ESB.
These components, in turn, consist of a set of business classes, adapters and processors.
Client-service interaction is facilitated by a range of different approaches, including JMS, flat-file systems and e-mail.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.