Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-1044

Stackoverflow on AMQP sends

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • None
    • None

    Description

      This is using quiver from Justin Ross:

      https://github.com/ssorj/quiver

      If you run quiver with:

      quiver q0 --sender qpid-messaging-cpp --receiver qpid-messaging-cpp --messages 1m --body-size 100 --credit 1000 --timeout 1

      you will get this:

      17:31:28,897 WARN [org.apache.activemq.artemis.utils.OrderedExecutorFactory] null: java.lang.StackOverflowError
      at io.netty.buffer.AbstractByteBuf.setIndex(AbstractByteBuf.java:128) [netty-all-4.1.6.Final.jar:4.1.6.Final]
      at io.netty.buffer.UnpooledHeapByteBuf.<init>(UnpooledHeapByteBuf.java:77) [netty-all-4.1.6.Final.jar:4.1.6.Final]
      at io.netty.buffer.UnpooledHeapByteBuf.<init>(UnpooledHeapByteBuf.java:56) [netty-all-4.1.6.Final.jar:4.1.6.Final]
      at io.netty.buffer.Unpooled.wrappedBuffer(Unpooled.java:157) [netty-all-4.1.6.Final.jar:4.1.6.Final]
      at org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage.<init>(AMQPMessage.java:80) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.broker.AMQPSessionCallback.serverSend(AMQPSessionCallback.java:345) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerReceiverContext.onMessage(ProtonServerReceiverContext.java:161) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext$LocalListener.onDelivery(AMQPConnectionContext.java:427) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:97) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:345) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:266) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]
      at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:138) [artemis-amqp-protocol-2.1.0-SNAPSHOT.jar:]

      Attachments

        Activity

          People

            clebertsuconic Clebert Suconic
            clebertsuconic Clebert Suconic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: