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

brokerProperties are too verbose - need to support values in json format, possibly auto-detect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • None
    • None
    • configuration
    • None

      a.b.c.d=2
      a.b.c.e=2
      a.b.c.f=2

      could be:

       {
          a.b.c { d=2, e=2, f=2 } 
       }
      

      some proper json format of course!

      avoiding duplication of nesting can greatly reduce the size of address or queue creation via properties.
      Or security settings etc.

              dbruscin Domenico Francesco Bruscino
              gtully@redhat.com Gary Tully
              Mikhail Krutov Mikhail Krutov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: