Developing Applications with Oracle User Messaging Service
Table of Contents
Show All | Collapse- Title and Copyright Information
- Preface
- 1 Overview
- 2 Sending and Receiving Messages using the User Messaging Service EJB API
- 2.1 Introduction to the UMS Java API
- 2.2 Creating a UMS Client Instance
- 2.3 Sending a Message
- 2.4 Receiving a Message
- 2.5 Using the UMS Enterprise JavaBeans Client API to Build a Client Application
- 2.6 Using the UMS Enterprise JavaBeans Client API to Build a Client Echo Application
- 2.7 Creating a New Application Server Connection
- 3 Sending and Receiving Messages using the User Messaging Service Java API
- 3.1 Introduction to the UMS Java API
- 3.2 Creating a UMS Client Instance and Specifying Runtime Parameters
- 3.3 Sending a Message
- 3.4 Retrieving Message Status
- 3.5 Receiving a Message
- 3.6 Configuring for a Cluster Environment
- 3.7 Using UMS Client API for XA Transactions
- 3.8 Using UMS Java API to Specify Message Resends
- 3.9 Configuring Security
- 3.10 Threading Model
- 4 Sending and Receiving Messages using the User Messaging Service Web Service API
- 4.1 Introduction to the UMS Web Service API
- 4.2 Creating a UMS Client Instance and Specifying Runtime Parameters
- 4.3 Sending a Message
- 4.4 Retrieving Message Status
- 4.5 Receiving a Message
- 4.6 Configuring for a Cluster Environment
- 4.7 Using UMS Web Service API to Specify Message Resends
- 4.8 Configuring Security
- 4.9 Threading Model
- 4.10 Sample Chat Application with Web Services APIs
- 5 Parlay X Web Services Multimedia Messaging API
- 6 User Communication Preferences
- A Using the User Messaging Service Sample Applications