Dan, I thought messages were stored in a structure and one could generally but not always count on them being fired in the order configured?
Maybe I'm remembering old info or incorrectly, but I thought that was the case... J On Aug 19, 2014, at 7:29 AM, Dan Wilson <[email protected]> wrote: > Messages are processed in the order in which they are configured. > > If you add a result, that result is added to the result queue, which is > processed after the message queue. > > If you add a result that has a redirect, that result happens immediately. > > You can see all of this by turning on your Model Glue Debugging in the > ModelGlueConfiguration section of your ColdSpring.xml. There is a lot of > useful information in there. >> Tom McNeer Friday, August 15, 2014 5:12 PM >> Quick questions: can one rely on messages to execute in the order they are >> shown in the broadcast tag? >> >> And if a controller method called by message #1 returns a result, is that >> result executed immediately? Or does the queue of message/controller methods >> complete first? -- -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
