|2. Regarding reusing the object - In my code, the message is created
|only ONCE in an init() method, using this -
|       msg = tsession.createMapMessage();
|where tsession is a TopicSession.

it is not an issue with your application it is an issue with the underlying
implementation, if it takes so much time there is usually massive
serialization going on... either saving to disk either creating a new object
and serializing everybody etc etc...

So please post to JBossMQ and let's get the ball rolling there.

marcf



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to