| Package | Description |
|---|---|
| oracle.jdbc.aq |
This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AQAgent |
AQFactory.createAQAgent() |
Constructs a new AQ agent.
|
AQAgent[] |
AQMessageProperties.getRecipientList() |
|
AQAgent |
AQMessageProperties.getSender() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AQMessageProperties.setRecipientList(AQAgent[] agents) |
This parameter is only valid for queues which allow multiple consumers.
|
void |
AQMessageProperties.setSender(AQAgent sender) |
Identifies the original sender of a message.
|
Copyright © 2008, 2017, Oracle. All rights reserved.