Oracle Solution for Error ora-24083

Solution for Oracle Error ORA-24083

ORA-24083: cannot specify remote subscribers for string QUEUE string

What triggered the Error:

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.

What should we do to fix it:

ecify a null address field and retry the call.