Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-1618

activemq:producer goes to an infinite loop and unable to kill the process

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • JBoss A-MQ 6.3
    • JBoss A-MQ 6.2
    • broker, karaf
    • None
    • Hide

      <transportConnector name="openwire" uri="tcp://0.0.0.0:61618?maximumConnections=1000&wireFormat.maxFrameSize=857600"/>

      Then I start the broker and use the console to send messages
      activemq:producer --user admin --password admin --messageSize 850000 --messageCount 10
      it works, but it error out when I push for 1mb message through

      activemq:producer --user admin --password admin --messageSize 1850000 --messageCount 10

      here is the infinite loop goes when you observe the log:tail.

      Show
      <transportConnector name="openwire" uri="tcp://0.0.0.0:61618?maximumConnections=1000&wireFormat.maxFrameSize=857600"/> Then I start the broker and use the console to send messages activemq:producer --user admin --password admin --messageSize 850000 --messageCount 10 it works, but it error out when I push for 1mb message through activemq:producer --user admin --password admin --messageSize 1850000 --messageCount 10 here is the infinite loop goes when you observe the log:tail.

      I was testing the broker using activemq:producer in the karaf shell and trigger an infinite loop to the broker. This is no way to stop the client after it runs, and the retry logic keeps hitting the broker into an infinite loop.

      I stopped the transport connector via hawtio and it works b/c restarting the transport the error logs keeps going.

      It would be good to have a way in the broker to be able to stop a remote connections or the client to stop. I've tried the hawtio page but the page refresh too soon before get to the connection part.

            Unassigned Unassigned
            rhn-support-whui Roger Hui
            Dominik Lenosi Dominik Lenosi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: