0
activemq.xml中
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}" persistent="true" schedulePeriodForDestinationPurge="60000"
offlineDurableSubscriberTimeout="30000" offlineDurableSubscriberTaskSchedule="10000">
</broker>
30秒後,離線持久訂閱者已被刪除。 我知道持久訂戶發生了什麼事?
謝謝。