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

[Docs] 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
    • documentation
    • None
    • 3

      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.

              jcliffor@redhat.com John Clifford
              gtully@redhat.com Gary Tully
              Mikhail Krutov Mikhail Krutov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: