Oracle8i Application Developer's Guide - Advanced Queuing
Release 2 (8.1.6)

A76938-01

Library

Product

Contents

Index

Prev Up Next

JMS Operational Interface: Basic Operations (Point-to-Point), 8 of 22


Create a Queue Session

Figure 14-6 Use Case Diagram: Create a Queue Session



To refer to the table of all basic operations having to do with the Operational Interface see:

  • "Use Case Model: Operational Interface -- Basic Operations"

 

Purpose

Create a queue session.

Usage Notes

In the current version, only transacted sessions are supported.

Syntax

Example

In the current version, only transacted sessions are supported.

QueueConnection qc_conn;
QueueSession  q_sess = qc_conn.createQueueSession(true, 0);


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index