SeamFramework.orgCommunity Documentation

Chapter 1. Introduction

1.1. Mission statement
1.2. Seam 3 JMS Module Overview

Seam extends the CDI programming model into the messaging world by allowing you to inject JMS resources into your beans. Furthermore, Seam bridges the CDI event bus over JMS; this gives you the benefits of CDI-style type-safety for inter-application communication.

The JMS module for Seam 3 is to provide injection of JMS resources and the necessary scaffolding for a bidirectional propagation of CDI event over JMS.

The general goals can be divided into two categories: injection of JMS resources and bridging of events: