You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Bryan Shaw (JIRA)" <ji...@apache.org> on 2008/07/08 14:09:05 UTC

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

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


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.


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

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-1844.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.4.0)
                   5.3.0

> 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.


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

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Bryan Shaw (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44078#action_44078 ] 

Bryan Shaw commented on AMQ-1844:
---------------------------------

I upgraded to 5.1 and this problem gone.

> 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
>
> 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.