Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_AQADM , 25 of 31


CREATE_AQ_AGENT Procedure

This procedure registers an agent for AQ Internet access using HTTP/SMTP protocols.

Syntax

DBMS_AQADM.CREATE_AQ_AGENT (
  agent_name                IN VARCHAR2,
  certificate_location      IN VARCHAR2 DEFAULT NULL,
  enable_http               IN BOOLEAN DEFAULT FALSE,
  enable_smtp               IN BOOLEAN DEFAULT FALSE,
  enable_anyp               IN BOOLEAN DEFAULT FALSE )

Parameters

Table 5-26 CREATE_AQ_AGENT Procedure Parameters
Parameter  Description 
agent_name
 

Specifies the username of the AQ Internet agent 

certification_location
 

Agent's certificate location in LDAP (default= NULL).

If the agent is allowed to access AQ via SMTP, then its certificate must be registered in LDAP.

For access via HTTP, the certificate location is not required 

enable_http
 

TRUE: the agent can access AQ via HTTP

FALSE: the agent cannot access AQ via HTTP 

enable_smtp
 

TRUE: the agent can access AQ via SMTP (email)

FALSE: the agent cannot access AQ via SMTP 

enable_anyp
 

TRUE: the agent can access AQ via any protocol (HTTP or SMTP) 

Usage Notes

The SYS.AQ$INTERNET_USERS view has a list of all AQ Internet agents.


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback