You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2017/07/07 09:42:01 UTC

[jira] [Commented] (QPID-7852) [0-10] Client ignores incoming message.reject

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

Keith Wall commented on QPID-7852:
----------------------------------

After a closer look, I see that when the client transfers a message to a server, it currently only uses {{MessageAcceptMode.NONE}} {{org/apache/qpid/client/BasicMessageProducer_0_10.java:372}}, so therefore the fact that the client does not process incoming {{message.rejects}} is not impactful.

> [0-10] Client ignores incoming message.reject
> ---------------------------------------------
>
>                 Key: QPID-7852
>                 URL: https://issues.apache.org/jira/browse/QPID-7852
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Keith Wall
>
> The 0-10 spec says:
> bq. An AMQP client MUST handle incoming message.reject commands.
> but the client does not implement it.  The Java Broker sends {{message.rejec}} when MessageAcceptMode {{EXPLICIT}} and the message cannot be routed to a queue (org/apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java:493).  
> It appears that the client will just ignore the receipt of {{message.reject}} and the application will be unaware that the message has been lost.
> I am not sure if the CPP Broker sends {{message.reject}} or not.



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

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