brief Callback for when message objects are received
param queue The name of the queue the message was dispatched to param msg The message object return false to prevent other listeners receiving this message, true otherwise see onMessageReceived()
IMessageListener Methods