Priority Queue Pattern: Messages created by an application are added to a message queue. Each message is assigned a priority. Messages with higher priority are executed first. Retry Pattern: Whenever ...