WSO2 ESB + activeMQ

cancel
Showing results for 
Search instead for 
Did you mean: 
priyankamakke
Member II

WSO2 ESB + activeMQ

I'm new in wso2 esb 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:

<policyEntry queue="myQueue">

<deadLetterStrategy>

<individualDeadLetterStrategy queuePrefix="DLQ." useQueueForQueueMessages="true" /> </deadLetterStrategy>

Something like in sequence has no effect.