You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2012/05/17 15:11:07 UTC

[jira] [Closed] (AMQ-3835) STOMP 1.0 protocol (read ACK) broken on ActiveMQ 5.6.0

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

Timothy Bish closed AMQ-3835.
-----------------------------

    Resolution: Not A Problem

Added a new unit test to StompTest.java testPrefetchSizeOfOneClientAck which shows that prefetch of one is working as expected.
                
> STOMP 1.0 protocol (read ACK) broken on ActiveMQ 5.6.0
> ------------------------------------------------------
>
>                 Key: AMQ-3835
>                 URL: https://issues.apache.org/jira/browse/AMQ-3835
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: stomp
>    Affects Versions: 5.6.0
>         Environment: Apache ActiveMQ 5.6.0 running on CentOS 5, jre-1.6.0_20-fcs
>            Reporter: Deives Michellis
>
> ActiveMQ does not respect read ACK over STOMP connections.
> Protocol logs follow:
> dmichellis@ni-73291-3:~/scripts/activemq$ telnet kolombo-s-pla1 61614
> Trying 192.168.128.130...
> Connected to kolombo-s-pla1.
> Escape character is '^]'.
> CONNECT
> ^@
> CONNECTED
> heart-beat:0,0
> session:ID:kolombo-s-pla1.adm.intranet-34333-1336745977026-2:9
> server:ActiveMQ/5.6.0
> version:1.0
> SUBSCRIBE
> ack:client
> destination:nagios-events
> activemq.prefetchSize:1
> ^@
> MESSAGE
> message-id:ID:kolombo-s-pla1.adm.intranet-34333-1336745977026-2:10:-1:1:1
> destination:/queue/nagios-events
> timestamp:1336746413131
> expires:0
> persistent:true
> priority:4
> msg 18712 0
> MESSAGE
> message-id:ID:kolombo-s-pla1.adm.intranet-34333-1336745977026-2:10:-1:1:2
> destination:/queue/nagios-events
> timestamp:1336746413152
> expires:0
> persistent:true
> priority:4
> msg 18712 1
> MESSAGE
> message-id:ID:kolombo-s-pla1.adm.intranet-34333-1336745977026-2:10:-1:1:3
> destination:/queue/nagios-events
> timestamp:1336746413161
> expires:0
> persistent:true
> priority:4
> msg 18712 2
> MESSAGE
> message-id:ID:kolombo-s-pla1.adm.intranet-34333-1336745977026-2:10:-1:1:4
> destination:/queue/nagios-events
> timestamp:1336746413163
> expires:0
> persistent:true
> priority:4
> msg 18712 3
> MESSAGE
> message-id:ID:kolombo-s-pla1.adm.intranet-34333-1336745977026-2:10:-1:1:5
> destination:/queue/nagios-events
> timestamp:1336746413165
> expires:0
> persistent:true
> priority:4
> msg 18712 4

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