0 Replies Latest reply on Jul 23, 2015 9:14 AM by jeevanantham

    Widlyfly 8.1 - JSR 356 WebSocket Max message size configuration failed

    jeevanantham

      In Wildfly 8.1, when try to send message size of more than 5kb through websocket it getting fail to deliver at Tyrus client endpoint but when send the same message size from tyrus client to websocket is delivering successfully with out any config change. Even tried setting the message buffer size before the send message in socket but still no luck.

       

      session.setMaxTextMessageBufferSize(64 * 1024);
      session
      .setMaxBinaryMessageBufferSize(64 * 1024);


      Is there any configuration need to be done to increase the message size limit in Serverendpoint or in server standalone.xml. Please assist.