You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2011/09/23 16:36:26 UTC

[jira] [Resolved] (QPID-3502) Durable messages not acked on queue-based federation route

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

Gordon Sim resolved QPID-3502.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.13

> Durable messages not acked on queue-based federation route
> ----------------------------------------------------------
>
>                 Key: QPID-3502
>                 URL: https://issues.apache.org/jira/browse/QPID-3502
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.10, 0.12
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.13
>
>
> - On both the source and destination broker I run:
>     qpid-config add exchange topic mytopic --durable
>     qpid-config add queue myq --durable
>     qpid-config bind mytopic myq 'topica.*'
> - On the destination broker I run:
>     qpid-route -d -s --ack 1 queue add <dest-broker> <source-broker> mytopic myq
> - On the source broker machine I edit the spout script to make
> messages durable and run:
>     spout mytopic/topica.hello
> - On the destination broker I run:
>     drain myq
> Using qpid-stat -q monitor the dequeue of messages. Durable messages are not dequeued, when a transient message is sent all previous messages will be dequeued.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org