-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
7.9.1.CR2
-
None
-
False
-
False
-
-
When you create a broker using the `artemis create ...` command, it generates a default acceptor listening on port 61616. That acceptor has a minLargeMessageSize=102400 option set. However, that option does nothing when changed. It is only honored when set on the client broker URL for the ActiveMQConnectionFactory. If it's meant to be honored on the broker acceptor, it's not. If it's not meant for use on the acceptor, it should be removed from the default so it's not confusing to customers.