09.12.2012 Views

Advanced Queuing - Oracle

Advanced Queuing - Oracle

Advanced Queuing - Oracle

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Syntax<br />

TYPE aq$_subscriber_list_t IS TABLE OF aq$_agent<br />

INDEX BY BINARY INTEGER;<br />

AQ Registration Info List Type (aq$_reg_info_list)<br />

Purpose<br />

To identify the list of registrations to a queue.<br />

Syntax<br />

TYPE aq$_reg_info_list AS VARRAY(1024) OF sys.aq$_reg_info<br />

AQ Post Info List Type (aq$_post_info_list)<br />

AQ Registration Info Type<br />

Data Structures<br />

Purpose<br />

To identify the list of anonymous subscriptions to which messages are posted.<br />

Syntax<br />

TYPE aq$_post_info_list AS VARRAY(1024) OF sys.aq$_post_info<br />

The aq$_reg_info data structure identifies a producer or a consumer of a<br />

message.<br />

Syntax<br />

TYPE sys.aq$_reg_info IS OBJECT (<br />

name VARCHAR2(128),<br />

namespace NUMBER,<br />

callback VARCHAR2(4000),<br />

context RAW(2000));<br />

Basic Components 2-5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!