2 Replies Latest reply on Dec 7, 2009 3:18 PM by rnicholson10

    Redelivery when using a Core Bridge

    rnicholson10

      If I kill my JBoss process (on purpose) to simulate a server crash I get some redelivery of messages.

      However, this is not desired behaviour. The messages that are being redelivered have already successfully been delivered, so I end up with duplicate messages.

      I only want messages to be redelivered if the delivery did not complete.

      My setup: two queues A and B which are on two physically different boxes and are connected via a core bridge. Paging is not configured on these boxes and all messages are sent using auto acknowledge.

      This may or may not be related to my previous post:

      http://www.jboss.org/index.html?module=bb&op=viewtopic&t=164729

      R.