0 Replies Latest reply on Mar 3, 2005 3:11 PM by mkprim

    Duplicate messages

    mkprim

      Hi I'm using JBoss 3.2.3, to run an application that uses JBossMQ as it's JMS provider.
      The performance is not bad, however we've been capturing the network packets using a sniffer (Ethereal).
      We've seen that when the server sends an object message to the client (using a TemporaryQueue established at the beggining of the app), the client resends back the same message to the server.
      The JMS options are:
      - TTL = 0
      - NON_PERSISTENT (using messageCache)
      - MaxRedelivery = 10
      - priority = 4.

      We know for sure it's not a network problem, but an application server one. And our app is not sending back the messages.
      If anyone knows what this could be, or how to fix it, I would greatly appreciate your help.
      Thanks a lot,
      Marcelo