How to fix the Oracle error JMS-00147: Invalid ReplyTo destination type,?

In this post, you’ll learn more about the Oracle ErrorJMS-00147: Invalid ReplyTo destination type, with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

JMS-00147: Invalid ReplyTo destination type,

Reason for the Error JMS-00147: Invalid ReplyTo destination type,

Cause: The ReplyTo destination object is invalid

How to fix the Error JMS-00147: Invalid ReplyTo destination type, ?

You can fix this error in Oracle by following the below steps

Action: The ReplyTo destination must be of type AQjmsAgent, or AQjmsDestination. If AQjmsAgent is used, its “name” must not be “JMSReplyTo” (which is considered a reserved name to be used for AQjmsDestination objects). If AQjmsDestination is used, it must be serializable into a string (and vice-versa).

Tags :

Leave Your Comment