JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server 3.1 Application Development Guide
search filter icon
search icon

Document Information

Preface

Part I Development Tasks and Tools

1.  Setting Up a Development Environment

2.  Class Loaders

3.  Debugging Applications

Part II Developing Applications and Application Components

4.  Securing Applications

5.  Developing Web Services

6.  Using the Java Persistence API

7.  Developing Web Applications

8.  Using Enterprise JavaBeans Technology

9.  Using Container-Managed Persistence

10.  Developing Java Clients

11.  Developing Connectors

12.  Developing Lifecycle Listeners

13.  Developing OSGi-enabled Java EE Applications

Part III Using Services and APIs

14.  Using the JDBC API for Database Access

15.  Using the Transaction Service

16.  Using the Java Naming and Directory Interface

17.  Using the Java Message Service

Using Application-Scoped JMS Resources

Load-Balanced Message Inflow

Authentication With ConnectionFactory

Delivering SOAP Messages Using the JMS API

To Send SOAP Messages Using the JMS API

To Receive SOAP Messages Using the JMS API

18.  Using the JavaMail API

Index

Chapter 17

Using the Java Message Service

This chapter describes how to use the Java Message Service (JMS) API. The Oracle GlassFish Server has a fully integrated JMS provider: the GlassFish Server Message Queue software.


Note - JMS resources are supported only in the full GlassFish Server, not in the Web Profile.


For general information about the JMS API, see “Chapter 31: The Java Message Service API” in the The Java EE 6 Tutorial.

For detailed information about JMS concepts and JMS support in the GlassFish Server, see Chapter 17, Administering the Java Message Service (JMS), in Oracle GlassFish Server 3.1 Administration Guide.

For more information about Message Queue software, see the Oracle GlassFish Server Message Queue 4.5 Administration Guide.

The following topics are addressed here: