[jira] [Updated] (ARTEMIS-1709) Can't send large messages with AMQP

2018-03-02 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish updated ARTEMIS-1709:
--
Fix Version/s: (was: 2.3.0)

> Can't send large messages with AMQP
> ---
>
> Key: ARTEMIS-1709
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1709
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 2.4.0
> Environment: broker.xml file attached.
>Reporter: Simon Chalmers
>Priority: Major
> Attachments: broker.xml
>
>
> 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.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.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.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.(String[] args)
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARTEMIS-1709) Can't send large messages with AMQP

2018-02-27 Thread Simon Chalmers (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARTEMIS-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Chalmers updated ARTEMIS-1709:

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.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.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.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.(String[] args)

 

 

  was:
Sending a single message using AMQP to a queue of mesage size 501741 bytes 
errors. 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.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.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.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.(String[] args)

 

 


> Can't send large messages with AMQP
> ---
>
> Key: ARTEMIS-1709
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1709
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: AMQP
>Affects Versions: 2.4.0
> Environment: broker.xml file attached.
>Reporter: Simon Chalmers
>Priority: Major
> Fix For: 2.3.0
>
> Attachments: broker.xml
>
>
> 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.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.Amq