On Mon, Feb 1, 2016 at 11:11 AM, Ashesh Ambasta <[email protected]> wrote:
> At what point did message-frame-size become maximum-frame-size? > > I found the documentation here: > http://doc.akka.io/docs/akka/1.3.1/general/configuration.html > Am I missing something? > Look at the documentation that matches the version that you are using: http://akka.io/docs/ If we changed this it was probably noted in one of the migration guides. > > > On Saturday, 14 June 2014 15:50:40 UTC+2, Matan S wrote: >> >> Hi, >> >> I'd like to verify what is the configuration property that sets the >> maximum allowed size of a message that can be sent to actors (if there is >> such a limitation imposed by Akka), and what would be the correct way to >> check the size of messages in my code (assuming that calculating the size >> needs to follow some serialization logic carried out by Akka so that it >> gets the correct size that Akka sees). Also is there any reason to resort >> to auxiliary mechanisms for transferring mildly large messages between >> agents, in terms of the Akka actor philosophy. >> >> Thanks >> Matan >> > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/akka-user. > > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
