I am using SpringJMSTemplate to send messages to queue which is Websphere MQ 7.
Queue max length is set to 100MB.
But using JMSTemplate, I am unable to send messages greater than 4MB.
Where as native JMS implementation ,in conjunction with JNDI,I am able to sned messages as large as 70MB.
Is there a limitation from JMSTemplate?
What else may be the reason?
Please help.


Reply With Quote
