Originally posted by: Linflas
Originally posted by: ahurtt
It is the best way that you can make sure somebody receives your message promptly if it is an urgent matter. I do this frequently because I know a lot of people in my office spend most of their time neffing around on ATOT when they should be working and they don't bother to check their email regularly.
Then why bother with the email if you are going to then go and talk to them directly?
Because the email leaves an electronic paper trail so that there is a record of the fact that I did in fact deliver the message to the person. It's a way of playing CYA. With the email the person receiving it can't say I never told them. I hate that I have to do it but sometimes with certain people, yes you have to make sure they are doing their job if their actions can reflect back on you. Plus there are some people with whom I'd rather not converse on a face to face basis more than just to say, "Please check your email promptly, I just sent you an urgent message."
Then there's stuff that you just can't communicate verbally. . .like for example I frequently send application stack traces and dump logs to other developers and the only way that stuff can be effectively communicated is for them to see it with their own eyes. . .Would you want to verbally communicate something like the following?
Caused by: java.lang.NoSuchMethodError: getMessageData
at com.ibm.mq.server.MQSESSION._MQPUTMSG2(Native Method)
at com.ibm.mq.server.MQSESSION.MQPUT(MQSESSION.java:2427)
at com.ibm.mq.MQQueue.putMsg2(MQQueue.java:1550)
at com.ibm.mq.jms.MQMessageProducer.sendInternal(MQMessageProducer.java:1582)
at com.ibm.mq.jms.MQMessageProducer.send(MQMessageProducer.java:1022)
at com.ibm.mq.jms.MQMessageProducer.send(MQMessageProducer.java:1056)