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

Can't send large messages with AMQP

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.5.0
    • AMQP
    • None
    • broker.xml file attached.

    Description

      Sending a single message using AMQP to a queue where the size of the single message is 501741 bytes errors out.

      Sending the same single message to version 2.3.0 of Artemis does not result in the same error and is sent successfully.

      Error:

       

      Unhandled Exception: Amqp.AmqpException: AMQ119029: No address configured on the Server''s Session
      at Amqp.SenderLink.SendInternal(Message message, Int32 waitMilliseconds)
      at MI.Messaging.AmqpNetLite.Test.MessageDispatcher.<SendMessages>d__6.MoveNext() in C:\Users\BillPoole\Documents\Visual Studio 2017\Projects\MI Messaging Framework\MI.Messaging.AmqpNetLite.Test\MessageDispatcher.cs:line 54
      — End of stack trace from previous location where exception was thrown —
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at MI.Messaging.AmqpNetLite.Test.MessageDispatcher.<SendMessages>d__6.MoveNext() in C:\Users\BillPoole\Documents\Visual Studio 2017\Projects\MI Messaging Framework\MI.Messaging.AmqpNetLite.Test\MessageDispatcher.cs:line 102
      — End of stack trace from previous location where exception was thrown —
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at MI.Messaging.AmqpNetLite.Test.Program.<Main>d__17.MoveNext() in C:\Users\BillPoole\Documents\Visual Studio 2017\Projects\MI Messaging Framework\MI.Messaging.AmqpNetLite.Test\Program.cs:line 131
      — End of stack trace from previous location where exception was thrown —
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at MI.Messaging.AmqpNetLite.Test.Program.<Main>(String[] args)

       

       

      Attachments

        1. broker.xml
          9 kB
          Simon Chalmers

        Activity

          People

            Unassigned Unassigned
            auskeptic Simon Chalmers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: