Oracle Error Message
ORA-24083: cannot specify remote subscribers for string QUEUE string
Reason for the Error
An add_subscriber call with a non-null address field was issued on a queue which does not support remote subscribers. Remote subscribers are not supported for NON_PERSISTENT QUEUES.
Solution
Specify a null address field and retry the call.