How do I calculate the size of a POOL buffer if I'm going to set exactMatchReq=TRUE? Obviously I can figure out the size of the data that I am sending, but I recall reading somewhere that each communication method required different header sizes that need to be included in the buffer size. I will be using the MSGQ for data transfer.
Thanks.