Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过发送 jmsActiveMQ消息WSO2 ESB。我没有从 WSO2 中找到任何属性来设置 JMS 消息expiry time。我试过下面的财产,但没有奏效。
ActiveMQ
WSO2 ESB
expiry time
<property name="JMS_PROD_TIME_TO_LIVE" scope="transport" type="STRING" value="15000"/>
有人可以帮忙吗?
可能的值为 JMS_DELIVERY_TIME 根据
https://github.com/wso2/carbon-transports/blob/master/jms/org.wso2.carbon.transport.jms/src/main/java/org/wso2/carbon/transport/jms/utils/JMSConstants。爪哇
但我认为它尚未实现,因为 IdeaIntellj 突出显示常量
public static final String JMS_DELIVERY_TIME = "JMS_DELIVERY_TIME";
由于没有使用。