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-5190

forwarding-catch-all-strategy doesn't work with idempotent-receiver-router

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

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 3.0.1
  • Fix Version/s: Tech. Debt
  • Component/s: Core: Routing / Filters
  • Labels:
    None
  • User impact:
    High
  • Similar Issues:
    None

Description

Messages being stopped hby the idempotent-receiver-router aren't processed by the forwarding-catch-all-strategy. For instance, in the following config:

<inbound>
<jms:inbound-endpoint queue="orders">
<message-properties-transformer scope="outbound">
<add-message-property key="orderId" value="#[header:INBOUND:orderId]"/>
</message-properties-transformer>
</jms:inbound-endpoint>
<idempotent-receiver-router idExpression="#[header:OUTBOUND:orderId]"/>
<forwarding-catch-all-strategy>
<vm:outbound-endpoint path="duplicate.orders" exchange-pattern="one-way"/>
</forwarding-catch-all-strategy>
</inbound>

A duplicate message is caught by the idempotent-receiver-router but never forwarded to the "duplicate.orders" queue.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds

CE Bamboo View RSS feed

People

  • Assignee:
    Unassigned
    Reporter:
    john demic
Vote (3)
Watch (3)

Dates

  • Created:
    09/Nov/10 11:31 AM
    Updated:
    10/Jan/12 03:20 PM

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.