com.tibco.ftl.exceptions.FTLInvalidConfigException: A template is required with durable name property - passing a durable name when creating a publisher

com.tibco.ftl.exceptions.FTLInvalidConfigException: A template is required with durable name property - passing a durable name when creating a publisher

book

Article ID: KB0076703

calendar_today

Updated On:

Products Versions
TIBCO FTL -

Description

com.tibco.ftl.exceptions.FTLInvalidConfigException: A template is required with durable name property

Starting from 5.4.x FTL uses the durable name property for internal publishers objects, so we recommend that you customers do not pass the durable name property while creating publisher objects, since it does not serve any purpose to the application.  This is the reason why the above exception can occur in 5.4.x and not 5.2.x.

A durable name is basically a subscriber property, for a subscriber to be durable, the subscriber's endpoint needs to have a store associated with it and the configuration requires that the endpoint be associated with a template. 

 

Issue/Introduction

Exception on application com.tibco.ftl.exceptions.FTLInvalidConfigException: A template is required with durable name property

Environment

Java