pub type MessageQueueEntry = HashMap<String, Value>;
A message queue entry is a record with string keys and arbitrary values
pub struct MessageQueueEntry { /* private fields */ }