How to fix the Oracle error JMS-00136: Payload factory can only be specified for destinations with ADT payloads?
In this post, you’ll learn more about the Oracle ErrorJMS-00136: Payload factory can only be specified for destinations with ADT payloads with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00136: Payload factory can only be specified for destinations with ADT payloads
Reason for the Error JMS-00136: Payload factory can only be specified for destinations with ADT payloads
Cause: A CustomDatumFactory/ORADataFactory was specifed for consumers on destinations not containing ADT payloads
How to fix the Error JMS-00136: Payload factory can only be specified for destinations with ADT payloads ?
You can fix this error in Oracle by following the below steps
Action: This field must be set to null for destinations containing payloads of type SYS.AQ$_JMS_TEXT_MESSAGE, SYS.AQ$_JMS_BYTES_MESSAGE , SYS.AQ$_JMS_MAP_MESSAGE, SYS.AQ$_JMS_OBJECT_MESSAGE, SYS.AQ$_JMS_STREAM_MESSAGE
Leave Your Comment