Summing of WSO2 ESB + activeMQ

Status
Not open for further replies.

priyankamakke

Newbie level 1
Joined
Aug 7, 2019
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
Florida
Activity points
8
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:
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.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…