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

[Java Broker] Allow setting arbitrary arguments in queue defintion within XML config file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23
    • Broker-J
    • None

    Description

      Currently there is no way to define a queue within an XML configuration file such that it uses message grouping. In general there is no way to pass arbitrary arguments to the queue creation. The following syntax will allow for such argument setting (though note that values will always be of type String)

      <queue>
          <name>queue</name>
          <queue>
              <argument>qpid.group_header_key=wibble</argument>
              <argument>qpid.shared_msg_group=1</argument>
          </queue>
      </queue>
      

      Attachments

        Activity

          People

            rgodfrey Robert Godfrey
            rgodfrey Robert Godfrey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: