How to fix the Oracle error JMS-00167: Payload factory or Sql_data_class must be specified?
In this post, you’ll learn more about the Oracle ErrorJMS-00167: Payload factory or Sql_data_class must be specified with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00167: Payload factory or Sql_data_class must be specified
Reason for the Error JMS-00167: Payload factory or Sql_data_class must be specified
Cause: Payload factory or Sql_data_class not specified for queues containing object payloads
How to fix the Error JMS-00167: Payload factory or Sql_data_class must be specified ?
You can fix this error in Oracle by following the below steps
Action: Specify a CustomDatumFactory/ORADataFactory or the SQLData class of the java object that maps to the ADT type defined for the queue.
Leave Your Comment