Hi All,
I am working on a program where I want to keep the length of message in bytes to further working on it.
the message got this string in it.
message^ m = gcnew message("usa.weather");
I have to keep the length of this argument that is routing key of this message "usa.weather" in bytes. Its so important for me to sort out this today. Please HELP