Hi,
  I am trying to send 512 kb size of message...
   it is giving followin error message  "The object is closed"

   This is way i am creating the message for testing 
   StringBuilder message = new StringBuilder();
        for (int i = 0; i < 32768; i++) {
           message.append("aaaaaaaaaaaaaaaa");  
        }
  Can any body Please tell me what is message size JBM supports?

   My requirement is i need to send 512 kb or may be some time 1 mb of
   data. 

Thanks,
 John

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150226#4150226

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150226
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to