Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-9695

BrokerProperties in JSON format create bizzare address setups

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • AMQ 7.13.0.GA
    • broker-core
    • None

      JSON I've used in my test is as follows:

      {
          "addressConfigurations": {
              "jsonaddress": {
                  "queueConfigs": {
                      "jsonqueue": {
                          "routingType": "ANYCAST"
                      }
                  },
                  "routingTypes": "ANYCAST"
              }
          }
      }
      

      It results in an address named "jsonaddress" which has no queues, and an address named "jsonqueue" which has a queue named "jsonqueue"

              dbruscin Domenico Francesco Bruscino
              mkrutov Mikhail Krutov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: