Project

General

Profile

Actions

Bug #11338

closed

Support asymmetric routing in qpid dispatcher

Added by Stephen Benjamin over 9 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
Installer
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

In order to limit access to the pulp.* queues, we need to setup asymmetric routing so that clients can't write anything they want to pulp.*, but only pulp.task."*.

This is a feature coming in a new version of qpid dispatch router.

  linkRoutePattern {
      prefix: pulp.task
      dir: out
      connector: broker
  }

  linkRoutePattern {
      prefix: pulp.
      dir: in
      connector: broker
  }
Actions

Also available in: Atom PDF