How to fix the Oracle error JMS-00129: Invalid Payload type?
In this post, you’ll learn more about the Oracle ErrorJMS-00129: Invalid Payload type with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00129: Invalid Payload type
Reason for the Error JMS-00129: Invalid Payload type
Cause: There was a mismatch between the message type being used and the payload type specified for the destination
How to fix the Error JMS-00129: Invalid Payload type ?
You can fix this error in Oracle by following the below steps
Action: Use the message type that maps to the payload specified for the queue table that contains this destination. For ADT messages, use the aprropriate CustomDatum/ORAData factory to create the message consumer
Leave Your Comment