JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-6004

Commit on exception strategy JMS, FILE and FTP are transport are not consuming the message

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 3.3 M1
  • Fix Version/s: 3.3 M2
  • Component/s: Transport: File, Transport: FTP / SFTP, Transport: JMS
  • Labels:
    None
  • User impact:
    High
  • Similar Issues:
    None

Description

When an exception is thrown, and exception strategy has commit configuration, then messages should be consumed. Currently messages are being rollback.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Hide
Permalink
Pablo La Greca added a comment - 02/Jan/12 10:34 AM

Configuration like:

<flow>
  <inbound>
  ...
  <default-exception-strategy>
      <commit-transaction exception-pattern="*"/>
  </deault-exception-strategy>
</flow>

or

<flow>
  <inbound>
  ...
  <catch-exception-strategy/>
</flow>

Will consume inbound message

Show
Pablo La Greca added a comment - 02/Jan/12 10:34 AM Configuration like:
<flow>
  <inbound>
  ...
  <default-exception-strategy>
      <commit-transaction exception-pattern="*"/>
  </deault-exception-strategy>
</flow>
or
<flow>
  <inbound>
  ...
  <catch-exception-strategy/>
</flow>
Will consume inbound message
Hide
Permalink
Pablo La Greca added a comment - 02/Jan/12 10:34 AM

https://fisheye.codehaus.org/changelog/mule/?cs=23574

Show
Pablo La Greca added a comment - 02/Jan/12 10:34 AM https://fisheye.codehaus.org/changelog/mule/?cs=23574
Hide
Permalink
Daniel Feist added a comment - 02/Jan/12 10:39 AM

Did this affect 3.2?

Show
Daniel Feist added a comment - 02/Jan/12 10:39 AM Did this affect 3.2?

People

  • Assignee:
    Pablo La Greca
    Reporter:
    Pablo La Greca
Vote (0)
Watch (0)

Dates

  • Created:
    02/Jan/12 10:06 AM
    Updated:
    02/Jan/12 10:39 AM
    Resolved:
    02/Jan/12 10:36 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.