0 Replies Latest reply on Jun 6, 2008 1:39 AM by lanceliao

    JMS Topic can not deliver msg occasional

      We are using JBoss_4_2_2_GA cluster with:
      JBM 1.4.0.SP3 (adding callbackTimeout attribute to resolve deadlock)
      JBR 2.2.2.SP7
      Three nodes in the same machine,JBM destinations deploy in one node,other nodes access it by HA-jndi lookup.

      We found a problem,one topic occasinal cannnot deliver msg. I make sure the publish() method invoked.
      publisher.publish(objMsg, DeliveryMode.NON_PERSISTENT, 5,600000);

      Client can not receive msg from the topic,other topics work normally.

      Anythings i can do,thanks!