Github user pgfox commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1642#discussion_r149118258
--- Diff:
examples/features/standard/large-message/src/main/resources/jndi.properties ---
@@ -16,5 +16,5 @@
# under the License.
java.naming.factory.initial=org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-connectionFactory.ConnectionFactory=tcp://localhost:61616
+connectionFactory.ConnectionFactory=tcp://localhost:61616?minLargeMessageSize=10240
--- End diff --
Thanks @clebertsuconic :)
---