Re: Truncated messages in 5.16.1 when using Postman

2023-03-22 Thread Doug Whitfield
AM To: dev@activemq.apache.org Subject: Re: Truncated messages in 5.16.1 when using Postman Hi folks, This is still an issue. I believe the setting to fix this is in https://github.com/apache/activemq/blob/d48cf3758312a25122508854946c399a2e6f6f69/activemq-web/src/main/java/org/apache/activemq

Re: Truncated messages in 5.16.1 when using Postman

2023-03-21 Thread Doug Whitfield
:28 PM To: dev@activemq.apache.org Subject: Re: Truncated messages in 5.16.1 when using Postman Hi JB, Thanks for taking a look at this. Here are the steps to reproduce: 1. Download ActiveMQ 5.15.14 or later OR 5.16.1 or later. 2. Untar the package 3. Start ActiveMQ 4*. Send payload (as size

Re: Truncated messages in 5.16.1 when using Postman

2021-06-18 Thread Andrew Pomponio
licate and at the beginning we didn’t understand > that Content-Type played some role here. We still don’t know what role > exactly it plays, but we do know it plays some role. > > Best Regards, > Doug Whitfield > > > From: Jean-Baptiste

Re: Truncated messages in 5.16.1 when using Postman

2021-06-17 Thread Arthur Naseef
do know it plays some role. > > Best Regards, > Doug Whitfield > > > From: Jean-Baptiste Onofre > Date: Wednesday, June 16, 2021 at 10:55 AM > To: dev@activemq.apache.org > Subject: Re: Truncated messages in 5.16.1 when using Postman > Hi Doug, > > Sorry, but I d

Re: Truncated messages in 5.16.1 when using Postman

2021-06-16 Thread Doug Whitfield
still don’t know what role exactly it plays, but we do know it plays some role. Best Regards, Doug Whitfield From: Jean-Baptiste Onofre Date: Wednesday, June 16, 2021 at 10:55 AM To: dev@activemq.apache.org Subject: Re: Truncated messages in 5.16.1 when using Postman Hi Doug, Sorry, but I don’t

Re: Truncated messages in 5.16.1 when using Postman

2021-06-16 Thread Jean-Baptiste Onofre
field > > From: Jean-Baptiste Onofre mailto:j...@nanthrax.net>> > Date: Tuesday, June 15, 2021 at 10:38 PM > To: dev@activemq.apache.org <mailto:dev@activemq.apache.org> > mailto:dev@activemq.apache.org>> > Subject: Re: Truncated messages in 5.16.1 when using Po

Re: Truncated messages in 5.16.1 when using Postman

2021-06-16 Thread Doug Whitfield
, Doug Whitfield From: Jean-Baptiste Onofre Date: Tuesday, June 15, 2021 at 10:38 PM To: dev@activemq.apache.org Subject: Re: Truncated messages in 5.16.1 when using Postman Hi, I will try to reproduce, so, I will start from ActiveMQ "vanilla" distribution (I’m suspecting something relate

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Jean-Baptiste Onofre
v@activemq.apache.org <mailto:dev@activemq.apache.org> > mailto:dev@activemq.apache.org>> > Subject: Re: Truncated messages in 5.16.1 when using Postman > But you go throw the HTTP connector right ? > Not tcp. > > So, do you have maxFrameSize on the http connector ? And also, do

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Doug Whitfield
Onofre Date: Tuesday, June 15, 2021 at 9:19 AM To: dev@activemq.apache.org Subject: Re: Truncated messages in 5.16.1 when using Postman But you go throw the HTTP connector right ? Not tcp. So, do you have maxFrameSize on the http connector ? And also, do you use a jetty.xml dedicated for the http

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Jean-Baptiste Onofre
But you go throw the HTTP connector right ? Not tcp. So, do you have maxFrameSize on the http connector ? And also, do you use a jetty.xml dedicated for the http connector (it’s not the same as conf/jetty.xml used by the admin web console). Regards JB > Le 15 juin 2021 à 14:58, Andrew

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Andrew Pomponio
Yes, the message size that seems to start the issue is 65,536 b or 65k in size. Smaller than that and the issue does not occur, we tried with a 32k message and did not have issues. On 6/15/21, 6:37 AM, "Jean-Baptiste Onofre" wrote: OK, and the message you sent is smaller than 104857600 b

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Jean-Baptiste Onofre
OK, and the message you sent is smaller than 104857600 b ? Anyway, if the message is greater than the maxFrameSize, you have a message in the activemq log and an exception on the client side (JMSException). Regards JB > Le 15 juin 2021 à 13:53, Andrew Pomponio a écrit : > > Hello

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Andrew Pomponio
Hello Jean-Baptiste, thank you so much for your reply, For testing, we've been using stock defaults, for example, in our test for 5.15.14 we used maxFrameSize=104857600. On 6/15/21, 5:48 AM, "Jean-Baptiste Onofre" wrote: Hi, Sorry I missed the message. Maybe you have reach the

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Jean-Baptiste Onofre
Hi, Sorry I missed the message. Maybe you have reach the maxFrameSize on the transport connector. Did you try to increase it ? What’s your transport connector configuration in activemq.xml ? Regards JB > Le 15 juin 2021 à 13:35, Andrew Pomponio a écrit : > > Dear ActiveMQ Community, > >

Re: Truncated messages in 5.16.1 when using Postman

2021-06-15 Thread Andrew Pomponio
Dear ActiveMQ Community, An update on the issue, we've done continued testing and found that this issue starts as far back as 5.15.14 and is also present in 5.16.2. On 6/10/21, 8:57 AM, "Andrew Pomponio" wrote: Dear ActiveMQ Community, I am reaching out on behalf of a customer of

Truncated messages in 5.16.1 when using Postman

2021-06-10 Thread Andrew Pomponio
Dear ActiveMQ Community, I am reaching out on behalf of a customer of ours experiencing what appears to be a bug (or new default limitation) in an upgraded version of AMQ from the version they are currently using. We have tested this behavior in our lab environment and are able to replicate