priyankamakke
Newbie level 1
I'm new in wso2 ESB Training and JMS. I send some messages from soapUI to wso2 ESB. In my wso sequence, a processed message goes to the JMS. Is there a possibility to set "time to live" of this message from wso2 ESB? Or some other ways?
In AMQ I added this:
Something like <property name="JMSExpiration" value="today+hour_long_value" scope="transport" type="STRING"></property> in sequence have no effect.
In AMQ I added this:
Code:
<policyEntry queue="myQueue">
<deadLetterStrategy>
<individualDeadLetterStrategy
queuePrefix="DLQ." useQueueForQueueMessages="true" />
</deadLetterStrategy>
Something like <property name="JMSExpiration" value="today+hour_long_value" scope="transport" type="STRING"></property> in sequence have no effect.