Not in the normal tcp delivery (we make sure the
header is intact but we dont do a checksum on the
contents to make sure nothing changed)
If you are worried about a packet being modified
in-transiet, I would suggest:
1. add your own checksum on the message
body as a property in the message
2. use ssl (which adds additional integrity checks
with the encryption)