Developing and deploying OSGi applications on the JBoss Fuse platform
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.
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-day activity of most businesses.
Remember that in Chapter 2, Developing and Hosting Scalable Web Applications, the BeosBank project owner raised an issue regarding the right approach to automatically synchronize newly created money transfer data in specific infinispan caches...