When I am polling messages , Is there a way to get the message attributes as well ? queueInstance.start(); //processing message queueInstance.on('message', async (msg) => { let processResponse = await event.process(msg); })