Database Error Messages

ORA-24033

no recipients for message

Cause

An enqueue is being performed on a queue that is set up for multiple consumers but one of the following happened:

  1. There are no explicit recipients specified in the call or
  2. There are no queue subscribers determined to be recipients for this message or
  3. If a queue has rule-based subscribers, then the message properties of the message being enqueued do not satisfy the rule condition of the rule-based subscribers.

Action

  1. Either pass a list of recipients in the enqueue call or
  2. Add subscribers to the queue for receiving this message or
  3. If a queue has rule-based subscriber, then enqueue call must specify the message properties that match the rule condition of at least one subscriber.