problem: Once the Message is reached Queue, It doesn't contain Text.
message.getText() is zero as I didn't set Text for the message(I am not sending request message as a big string)
Queue Messages ...
You appear to be trying to populate the body of your message by setting a large number of Message Properties, rather than setting the body of your message.
I have trouble building JMS Messages. I am using JMS with MQSeries, I have to build text messages of length more than 5000 characters, spaces are left in the message number type as zeros and string ty ...