Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-89

Model the legacy topic exchange behavior of qpidd

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.2
    • 1.1.0
    • Routing Engine
    • None

    Description

      With Qpidd, a user can define a binding from an Exchange to a target queue. The binding uses a key that is compared to a message's subject field. If the key matches, the message is routed to the target queue for that binding.

      It should be possible to emulate this behavior using the dispatch router.

      Example:

      User defines a mappings from a target address (the 'exchange') to a different target address(es) (the 'queue'). These mappings (the 'bindings') are driven by a pattern match against the inbound message's subject field.

      Messages arriving at the router from any link whose target address has bindings defined are not immediately routed. Prior to routing, the message's subject field is extracted and compared against each binding defined for the target. A list of new target addresses is created containing the target address from each binding that satisfied the pattern match. The message is then routed to each new target address.

      The pattern syntax should be the same 'dotted string' notation from qpidd, including '*' and "#' wildcarding.

      Attachments

        Issue Links

          Activity

            People

              kgiusti Ken Giusti
              kgiusti Ken Giusti
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: