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

Binding arguments in Java JMS

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Later
    • None
    • JIRA Cleanup
    • JMS AMQP 0-x
    • None

    Description

      I need to be able to specify binding arguments in the Java JMS client in order to specify queries for bindings in the XML Exchange. It's quite possible that there is a way to do this, but it's not obvious to me how.

      The following Python code shows what I'm trying to do:

      session.exchange_declare(exchange="xml", type="xml")
      session.queue_declare(queue="message_queue")

      binding = {}
      binding["xquery"] = "./message/id mod 2 = 1"

      session.exchange_bind(exchange="xml", queue="message_queue", binding_key="query_name", args=binding)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jonathan.robie Jonathan Robie
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: