Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top