OCI-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:
- There are no explicit recipients specified in the call or
- There are no queue subscribers determined to be recipients for this message or
- 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
- Either pass a list of recipients in the enqueue call or
- Add subscribers to the queue for receiving this message or
- 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.