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 (Shared Interfaces), 42 of 58


Get the Message Property as Int

Figure 16-41 Use Case Diagram: Get the Message Property as Int



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

Get the Message Property as Int

Usage Notes

Not applicable.

Syntax

See Chapter 3, "AQ Programmatic Environments" for a list of available functions in each programmatic environment. Use the following syntax references for each programmatic environment:

Examples

See Chapter 3, "AQ Programmatic Environments" for a list of available functions in each programmatic environment.

StreamMessage message;
message.setIntProperty("MMS_OracleDelay", 10); /*set message delay to 10 
seconds*/

message.setIntProperty("empid", 1000); /*set user-defined property - empId*/

Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index