hi,
i have a problem with sending a object message to a topic destination from 
within a seesion bean method.
from a client program i call a session bean method with data transfer object as 
parameter(actual a byte array with 5MByte) . 
in this methode i send this array as object message to a topic in the same 
server.
after sendi() i close publisher,session,connection.
but after this, the method does not return immediately but 
waits , until the  subscriber message bean's  onMessage() method
is called.
why does the session bean methode not return immediately
after closing the TopicConnection ?

thanks axel

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885861


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to