Hi All ,
I am trying to publish the messages from the .Net to the weblogic jms queues.I am using the weblogic .net api for this .I can successfully send the text messages but when i try to send the large messages , I am getting exception - can not marshall string larger than 32767 characters.I tested it and i can send messages with charcters count 65k but my messages are around 90k chars and they are failing.
I tried to send the messages as IBytesMessage but in that case the jms server is not receiving anything.Has anyone faced this issue ?
Any help is greatly appreciated.
Thanks, Rohit