Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1317

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

    XMLWordPrintable

Details

    • 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" }
    • User Experience

    Description

      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"}
      }
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: