You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/07 11:33:43 UTC

[jira] [Commented] (QPID-5608) [amqp1.0] delete-on-close policy do not work for producers to exchanges

    [ https://issues.apache.org/jira/browse/QPID-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923756#comment-13923756 ] 

ASF subversion and git services commented on QPID-5608:
-------------------------------------------------------

Commit 1575225 from [~pmoravec] in branch 'qpid/trunk'
[ https://svn.apache.org/r1575225 ]

QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exchanges

>  [amqp1.0] delete-on-close policy do not work for producers to exchanges
> ------------------------------------------------------------------------
>
>                 Key: QPID-5608
>                 URL: https://issues.apache.org/jira/browse/QPID-5608
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.24
>            Reporter: Pavel Moravec
>            Assignee: Pavel Moravec
>            Priority: Minor
>
> Description of problem:
> The delete-on-close lifetime policy is not applied to producers when the exchange is in use.
> Version-Release number of selected component (if applicable):
> 0.24 (incl. current upstream)
> How reproducible:
> 100%
> Steps to Reproduce:
> qpid-send --connection-options "{protocol:'amqp1.0'}" -a "exSend;{create:always, node:{type: topic, properties:{lifetime-policy:delete-on-close}}}" -m 100000 --send-rate=1 &
> exSendPID=$!
> sleep 1
> qpid-send --connection-options "{protocol:'amqp1.0'}" -a "exSend;{create:always, node:{type: topic, properties:{lifetime-policy:delete-on-close}}}" -m 100000 --send-rate=1 &
> sleep 1
> kill $exSendPID
> qpid-config exchanges exSend
> Actual results:
> - not-killed qpid-send is still running
> - "qpid-config exchanges" shows:
> Type      Exchange Name  Attributes
> =============================================
> topic     exSend        
> Expected results:
> - not-killed qpid-send should terminate after attempting to send to unkwnown exchange
> - there should not be such exchange



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org