5 Replies Latest reply on Mar 18, 2004 2:03 PM by adrian.brock

    strange behavior after sendMessage

    tsawan

      Hi,

      I am using JBoss 3.2.3 (actually porting from WebLogic 8.1) and have an Applet client. Every thing worked fine under WL 8.1 but its not working with JBoss 3.2.3.

      I am using RMIConnectionFactory and my factory and topic lookups work fine. I am trying to send a message with some property settings and no payload (its just a couple of status update messages).

      1. I am NOT getting any exception after publisher.publish, but message is also not sent. I am concluding this from the fact that message counter in JMX console for this topic does not increment.

      2. Other, and the bigger problem is that the System properties are just cleared after the publisher.publish call. I can see from the applet console that e.g., os.name and other system properties are not there any more.

      Can some one guide me if should use some other Connection Factory or what could be the cause of this problem.

      Thanks,
      /t