How to disable TTL (Time to live) using solace-pubsubplus python library

Hi, the default for PERSISTENT_TIME_TO_LIVE is 0 meaning that it doesn’t expire and therefore is the equivalent to false. Are you observing something different in your testing? Also, you could turn TTL off completely in the Queue by setting respect TTL to false in the queue config.