You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2009/09/11 20:27:12 UTC

[jira] Assigned: (AMQ-1844) Message acknowledgement failed to send back to the producing broker

     [ https://issues.apache.org/activemq/browse/AMQ-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-1844:
-------------------------------

    Assignee: Rob Davies

> Message acknowledgement failed to send back to the producing broker
> -------------------------------------------------------------------
>
>                 Key: AMQ-1844
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1844
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>         Environment: Two windows machine in one LAN. Each have one broker.
> Broker A connected broker B via TCP using duplex (two way)  network connector to form a store&forward style network of brokers.
>            Reporter: Bryan Shaw
>            Assignee: Rob Davies
>             Fix For: 5.3.0
>
>
> Producer at broker A produces 2500 messages and send to a distributed queue.
> Consumer at broker B have a message driven pojo configured to consume messages.
> The consumer recieved 1000 messages from broker B and stalls.
> We found that the 1000 messages received at broker B side are never removed from the queue at broker A (which the producer connected to).
> That means broker B only get the prefetch size 1000 messages and never acknowledge the message received to broker A.
> What is this problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.