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

Can't create bridge in messaging

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • None
    • 8.0.0.Beta-CR1, 8.0.0.GA-CR1
    • ActiveMQ, Documentation
    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes
    • Hide

      in jboss-cli run:

      /subsystem=messaging-activemq/server=default/bridge=test:add(queue-name=test,static-connectors=["http-connector"])
      

      or

      /subsystem=messaging-activemq/server=default/bridge=test:add(queue-name=DLQ,static-connectors=["http-connector"])
      
      Show
      in jboss-cli run: /subsystem=messaging-activemq/server= default /bridge=test:add(queue-name=test, static -connectors=[ "http-connector" ]) or /subsystem=messaging-activemq/server= default /bridge=test:add(queue-name=DLQ, static -connectors=[ "http-connector" ])

      It's not possible to add bridge on activemq server. When adding this error appear

      {
          "outcome" => "failed",
          "failure-description" => "WFLYMSGAMQ0106: The bridge test didn't deploy.",
          "rolled-back" => true
      }
      

      or in server log

      ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 1) WFLYCTL0013: Operation ("add") failed - address: ([
          ("subsystem" => "messaging-activemq"),
          ("server" => "default"),
          ("bridge" => "test")
      ]) - failure description: "WFLYMSGAMQ0106: The bridge test didn't deploy."
      

      in previous versions was possible to add bridge. In reproducer is one default queue and one which is for just creation (queue is not created).

              dsoni@redhat.com Dhruv Soni
              jjedlick@redhat.com Jakub Jedlicka
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: