The priority property is used to send a message with high priority. This is achieved by placing the message at the beginning of the actor's message box when it is received. For instance, the following statement will result in sending the message migrate to the actor, book, with the highest property.
book<-migrate("rmsp://europa.wcl.cs.rpi.edu:4040/"):priority; |