Produce a message to the Transactional Event Queue Topic specified by topic_name

post

/database/txeventq/topics/{topic_name}

Produce a message to the topic specified by topic_name with a key and value. Optionally, specify a partition to produce the message in. If no partition is specified one is automatically chosen. A client requires SQL Developer role to invoke this service. Database user requires Execute privilege on DBMS_AQ, DBMS_AQADM and OWA_UTIL packages. Topic must belong to Database User's schema.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

201 Response

The successfully created record.

400 Response

Bad Request.
Body ()
Root Schema : schema
Type: object
Show Source
Examples

Back to Top