Advanced JBoss Messaging

If you have read up to this point, you should have a clear picture about the basic concepts of JBoss Messaging. In the next section, we will raise the bar by moving on to more cutting-edge concepts, such as JBoss Messaging bridge, the persistence service, and securing JMS destinations.

JBoss Messaging bridge

JBM bridge is an advanced feature for routing messages from one destination (queue or topic) to another. Typically, JBM bridge is used for sending messages across different message servers. For example, you could post a queue message on server X, which is routed to server Y, where it is consumed by a message-driven bean.

Note

The source and target servers do not have to be in the same cluster. This makes bridging suitable ...

Get JBoss AS 5 Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.