/[Apache-SVN]
ViewVC logotype

Revision 1500052


Jump to revision: Previous Next
Author: astitcher
Date: Fri Jul 5 16:06:14 2013 UTC (10 years, 9 months ago)
Changed paths: 11
Log Message:
QPID-4627: Implement most  of the remaining selector special identifiers
Implemented:
  message_id, correlation_id,
  jms_type, creation_time, absolute_expiry_time

There are a couple of caveats: The easily available way to get
jms_type doesn't distinguish between an empty string and the
property not being sent at all. So we treat this case as property
not set as that seems like it will get most cases correct (why bother
to send an empty jms_type?). The creation_time property is currently
implemented as the time the message was put on the queue (if enabled
in the broker) as amqp 0_10 has no standard way to indicate the
creation time and we're not currently holding the creation time for amqp 1.0
messages.

Changed paths

Path Details
Directoryqpid/trunk/qpid/cpp/src/qpid/amqp/CharSequence.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/amqp/CharSequence.h modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/amqp/Decoder.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/amqp/MessageId.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/amqp/MessageId.h modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/broker/Message.h modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/broker/Selector.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/broker/amqp/Message.h modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/broker/amqp/Translation.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/broker/amqp_0_10/MessageTransfer.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/qpid/broker/amqp_0_10/MessageTransfer.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26