2 Replies Latest reply on Jan 11, 2007 1:43 AM by richard_djs

    why my topic message processed only once?

    richard_djs

      The topic jms message is used in my project, after publishing a message, both of my 2 listener can catch the message, and in the method of onMessage they try to get the object of message , but only the first one can get the object and process it , the second one will get fail. The 2 listeners are seperated, one is in web module and the other is in EJB.

      Am I missing any configuation? How to resolve this problem?