Refactor: controller: Use GQueue for FSA message queue
This makes more semantic sense, and it avoids expensive linked list
traversals to append to the message queue. g_queue_push_tail() jumps
straight to the end.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>