I'm trying to post a large message (JSON Format with +210k characters) on a Artemis Queue trough a endpoint Rest with Camel.
When I add a Camel Component with ActiveMQ Connection Factory org.apache.activemq.ActiveMQConnectionFactory - Version: 5.15.6)
I'm able to post the message with success.
But when I use the Artemis Connection Factory ( org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory - Version: 2.6.2)
the entire message isn't post in the Queue. The message was cut off reaming only 106725 characters.
Repository where I've create the examples: https://github.com/vitorvr/camel-amq
Thanks.