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 GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/23 09:14:00 UTC

[jira] [Commented] (QPID-5285) [AMQP 1.0] timestamped messages not supported

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

ASF GitHub Bot commented on QPID-5285:
--------------------------------------

gemmellr commented on pull request #20:
URL: https://github.com/apache/qpid-cpp/pull/20#issuecomment-697239730


   This change results in the broker using an illegal string typed annotation key for the added timestamp.
   
   Worse, it causes the broker to mutate incoming symbol-keyed annotations to use illegal string keys as well, so even if a recipient could ignore the wayward type (which many cant) for such an annotation it wasnt specifically aware of, it would still find any it was aware of to be broken.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [AMQP 1.0] timestamped messages not supported
> ---------------------------------------------
>
>                 Key: QPID-5285
>                 URL: https://issues.apache.org/jira/browse/QPID-5285
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.24
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>            Priority: Major
>             Fix For: qpid-cpp-1.40.0
>
>         Attachments: Incoming.cpp
>
>
> There is a timestamping feature in qpidd that if enabled sets the timestamp field of the AMQP 0-10 delivery-properties when a message arrives at the broker.
> There is no equivalent field defined in the AMQP 1.0 specification. Thus this feature is at present not supported over 1.0 (i.e. messages delivered over 1.0 will not have the timestamp set).
> An annotation could be defined to convey the timestamp for 1.0 messages. This could also be used in translating between 0-10 and 1.0 formats.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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