Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-9614

Additional attributtes are required in Web Console compared to CLI when creating new messaging bridge

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 7.1.0.DR16
    • 7.1.0.DR13
    • Web Console
    • None
    • User Experience
    • Hide
      1. Start EAP
      2. Navigate to Messaging -> Connections -> Bridges
      3. Try to add new bridge defining name, discovery-group and queue-name
      4. Error appears, apart from CLI where following goes well.
        [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default/bridge=qux:add(discovery-group=foo, queue-name=bar)
        {"outcome" => "success"}
        
      Show
      Start EAP Navigate to Messaging -> Connections -> Bridges Try to add new bridge defining name, discovery-group and queue-name Error appears, apart from CLI where following goes well. [standalone@localhost:9990 /] /subsystem=messaging-activemq/server= default /bridge=qux:add(discovery-group=foo, queue-name=bar) { "outcome" => "success" }

      Unexpected HTTP response: 500
      
      Request
      {
          "started" => false,
          "discovery-group" => "foo",
          "use-duplicate-detection" => false,
          "forwarding-address" => "",
          "ha" => false,
          "queue-name" => "bar",
          "address" => [
              ("subsystem" => "messaging-activemq"),
              ("server" => "default"),
              ("bridge" => "qux")
          ],
          "operation" => "add"
      }
      
      Response
      
      Internal Server Error
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0113: '' is an invalid value for parameter forwarding-address. Values must have a minimum length of 1 characters",
          "rolled-back" => true,
          "response-headers" => {"process-state" => "reload-required"}
      }
      

            thofman Tomas Hofman
            jkasik@redhat.com Jan Kašík
            Jan Kašík Jan Kašík
            Jan Kašík Jan Kašík
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: