Getting started with JBoss Messaging 1.0

JBoss Messaging in a nutshell


Table of Contents

1. About this guide
2. Introduction
2.1. JBoss Messaging 1.0 Features
2.2. Compatibility with JBossMQ
3. Getting started
3.1. The JBoss Messaging release bundle
3.2. CVS Access
3.3. The JBoss Messaging project directory
4. Installation
4.1. Installing JBoss Messaging with JBossAS 4.x
4.1.1. JBossAS 4.x Messaging installation - Automated procedure
4.1.2. JBossAS 4.x Messaging installation - Alternative manual procedure
4.1.2.1. Creating the server configuration
4.1.2.2. Configuring the JMS Resource adapter
4.1.2.3. Removing JBossMQ
4.1.2.4. Configuring the security domain
4.1.2.5. Deploying the service archive
4.2. Starting the server
4.3. Validation
5. Configuration
5.1. Configuring the ServerPeer
5.2. Configuring JDBC persistence
5.3. Configuring destinations
5.4. Configuring connection factories
5.5. Changing the database
6. Running the examples
6.1. Sending messages to a queue
6.2. Sending messages to a topic
6.3. Using JMS from an EJB
6.4. Using Message-driven beans