You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Hiram Chirino (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/16 21:35:00 UTC

[jira] [Resolved] (APLO-157) Unsubscribing durable subscription does not work unless first subscribed to

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

Hiram Chirino resolved APLO-157.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: wish-list)
                   1.1
    
> Unsubscribing durable subscription does not work unless first subscribed to
> ---------------------------------------------------------------------------
>
>                 Key: APLO-157
>                 URL: https://issues.apache.org/jira/browse/APLO-157
>             Project: ActiveMQ Apollo
>          Issue Type: Bug
>          Components: apollo-stomp
>    Affects Versions: 1.0
>         Environment: Windows Vista SP 2
>            Reporter: Michael Justin
>            Assignee: Hiram Chirino
>             Fix For: 1.1
>
>
> with the final release, using Stomp 1.0 and 1.1, the broker still sends messages to the client after unsubscribing. Is this designed as different from ActiveMQ?
> The sequence is:
> * connect, create durable subscription "test", disconnect
> * connect, send message to durable subscription "test", disconnect
> * connect, destroy durable subscription "test", disconnect
> * connect, create durable subscription "test", disconnect
> * connect, read a message -> this fails in ActiveMQ but the message still is present in Apollo
> send:
> CONNECT
> login:admin
> passcode:password
> accept-version:1.0,1.1
> server:localhost
> heart-beat:0,0
> client-id:test
> received:
> CONNECTED
> version:1.1
> server:apache-apollo/1.0
> session:mybroker-d0f
> heart-beat:100,10000
> user-id:admin
> send:
> SUBSCRIBE
> destination:/topic/TEST.DEFAULT
> id:test
> persistent:true
> send:
> DISCONNECT
> client-id:test
> send:
> CONNECT
> login:admin
> passcode:password
> accept-version:1.0,1.1
> server:localhost
> heart-beat:0,0
> received:
> CONNECTED
> version:1.1
> server:apache-apollo/1.0
> session:mybroker-d10
> heart-beat:100,10000
> user-id:admin
> send:
> SEND
> destination:/topic/TEST.DEFAULT
> persistent:true
> Message 1
> send:
> DISCONNECT
> send:
> CONNECT
> login:admin
> passcode:password
> accept-version:1.0,1.1
> server:localhost
> heart-beat:0,0
> client-id:test
> received:
> CONNECTED
> version:1.1
> server:apache-apollo/1.0
> session:mybroker-d11
> heart-beat:100,10000
> user-id:admin
> send:
> UNSUBSCRIBE
> id:test
> persistent:true
> send:
> DISCONNECT
> client-id:test
> send:
> CONNECT
> login:admin
> passcode:password
> accept-version:1.0,1.1
> server:localhost
> heart-beat:0,0
> client-id:test
> received:
> CONNECTED
> version:1.1
> server:apache-apollo/1.0
> session:mybroker-d12
> heart-beat:100,10000
> user-id:admin
> send:
> SUBSCRIBE
> destination:/topic/TEST.DEFAULT
> id:test
> persistent:true
> received:
> MESSAGE
> subscription:test
> message-id:mybroker-d101
> destination:/topic/TEST.DEFAULT
> persistent:true
> send:
> DISCONNECT
> client-id:test

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira