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

Part Number A76938-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

JMS Administrative Interface: Basic Operations, 11 of 30


Create A Queue Table [Specify Queue Table Property]

Figure 13-9 Use Case Diagram: Specify Queue Table Property



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

Specify queue table properties

Usage Notes

Not applicable.

Syntax

See Java (JDBC): Oracle8i Supplied Java Packages Reference, oracle.AQ, AQQueueTableProperty

Example

    QueueSession              q_sess    = null;
    AQQueueTable              q_table   = null;
    AQQueueTableProperty      qt_prop   = null;

    qt_prop = new AQQueueTableProperty("SYS.AQ$_JMS_BYTES_MESSAGE");
    q_table = ((AQjmsSession)q_sess).createQueueTable("boluser",
                                                        "bol_ship_queue_table",
                                                        qt_prop);


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index