You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Minh Tu Duong <mi...@maas.de> on 2009/02/26 14:44:52 UTC

lost of message because of the queue name.

Hi all,

i am using Activemq 5.2.0 and ve found so strange bug:

    *  two install of activemq 5.2.0: amq1 and amq2
    * at amq2 I use jmsbridge

                 <inboundQueueBridge 
localQueueName="f1stag.fileuploaded" 
inboundQueueName="f1stag.fileuploaded" /> to transfer the message from 
amq1 to amq 2

Problem: every second, fourth, sixth  and so on messages were lost.

it happens the same when i change the queue name with the same format 
like s1.fileuploade,  b1.fileuploaded.....

when i change the queue name into the other format, it works correclty, 
i lose nothing.

somebody has the same bug?

cheers
Minh Tu.