Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

Send

PL/SQL Syntax

procedure Send

     (p_event in out wf_event_t);

Description

Sends an event message from one agent to another. The message is placed on the outbound queue of the event's From Agent and then asynchronously delivered to the To Agent by AQ propagation or whichever type of propagation is implemented for the agents' protocol.

If the event message contains a To Agent but no specified From Agent, the message is sent from the default outbound agent that matches the queue type of the To Agent.

Send() returns the final event message that was sent, including any properties set by the procedure.

Arguments (input)

p_event The event message.


         Previous  Next          Contents  Index  Glossary