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

ASF subversion and git services commented on ARTEMIS-1323:
----------------------------------------------------------

Commit afd46c15fd3962ff656fada1f0f43656a07bbf2d in activemq-artemis's branch 
refs/heads/master from [~jbertram]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=afd46c1 ]

ARTEMIS-1323 fix response code for REST ack


> REST: manual acknowledgment not working as documented
> -----------------------------------------------------
>
>                 Key: ARTEMIS-1323
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1323
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: patrick peck
>
> Manually acknowledging messages in the REST interface does not work as 
> documented. 
> Documentation says:
> * HTTP code returned is 200
> * the response will contain a new msg-acknowledge-next header that you must 
> use to obtain the next message.
> However, it actually:
> * returns HTTP code 204
> * the msg-acknowledge-next header will always be "acknowledge-next-1"
> Relevant code is at the end of method AcknowledgedQueueConsumer.acknowledge()
> {{      Response.ResponseBuilder builder = Response.noContent();
>       setAcknowledgeLinks(uriInfo, basePath, builder, "-1");
>       return builder.build();}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to