This section handles development and deployment of OSGi bundles on Fuse cluster. To make it simple and very practical, we will implement various scenarios in the BeosBank landscape: content based router, proxying backend web services, data transformation, file processing, and messaging.
Developing and deploying OSGi applications on the JBoss Fuse platform
Content- and source-based routering
Content-based routing is the ability to route a message or an information to the right destination in the right format based on the message content. Source-based routing can be considered as content-based routing if the message source is stored as a message header, for example. Content-based routing plays an important role in the day-to...