Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4146

JMS client: node binding not created for topic node

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.14
    • 0.19
    • JMS AMQP 0-x

    Description

      When creating a topic (an exchange in qpid terminology) with x-bindings within node: scope, the binding is not created. See this simple reproducer:

      qpid-config add queue q
      export CLASSPATH=$(find "/usr/share/java/" -name '*.jar' | tr '\n' ":")
      cd /usr/share/doc/qpid-java-0.14/examples
      ./run_example.sh org.apache.qpid.example.Spout --content="msg1" "ex/key;{ create: always, node: { type: topic, x-bindings: [

      { exchange:'ex', queue: 'q', key: 'key' }

      ]}}"

      qpid-config exchanges -b then shows no binding from 'ex' exchange.

      Simple patch to be attached.

      Attachments

        1. bz726687.patch
          1 kB
          Pavel Moravec

        Activity

          People

            rajith Rajith Muditha Attapattu
            pmoravec Pavel Moravec
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: