How to fix the Oracle error JMS-00121: DestinationProperty must be specified?
In this post, you’ll learn more about the Oracle ErrorJMS-00121: DestinationProperty must be specified with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00121: DestinationProperty must be specified
Reason for the Error JMS-00121: DestinationProperty must be specified
Cause: A null AQjmsDestinationProperty was specified while creating a queue/topic
How to fix the Error JMS-00121: DestinationProperty must be specified ?
You can fix this error in Oracle by following the below steps
Action: Specify a non-null AQjmsDestinationProperty for the destination
Leave Your Comment