[jboss-user] [JBoss Messaging] - Sending 512 kb of message Failing....

john_jbm do-not-reply at jboss.com
Tue May 13 01:00:43 EDT 2008


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



More information about the jboss-user mailing list