Oracle8i Application Developer's Guide - Advanced Queuing Release 2 (8.1.6) Part Number A76938-01 |
|
JMS Operational Interface: Basic Operations (Shared Interfaces), 41 of 58
Get the Message Property as a String
Not applicable.
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:
See Chapter 3, "AQ Programmatic Environments" for a list of available functions in each programmatic environment.
TextMessage message; message.setStringProperty("JMS_OracleExcpQ", "scott.text_ecxcp_queue"); /*set exception queue for message*/ message.setStringProperty("color", "red"); /*set user-defined property - color */
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|