Hi, What is the reason that method: public void writeUTF(final String value) of org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage.java imposes length limit on the input string parameter? It seems that the length is limited to either 32767 (or 65535).
writeUTF(…) is a JMS interface method on BytesMessage, which does not seem to have such limitation. Can this be lifted to integer length? Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html