Author: gsim
Date: Thu Apr 4 08:45:04 2013
New Revision: 1464358
URL: http://svn.apache.org/r1464358
Log:
QPID-4700: fix typo in mapping for 'to' field (merged from r1464210)
Modified:
qpid/branches/0.22/qpid/ (props changed)
qpid/branches/0.22/qpid/cpp/src/ (props changed)
qpid/branches/0.22/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp
Propchange: qpid/branches/0.22/qpid/
------------------------------------------------------------------------------
Merged /qpid/trunk/qpid:r1464210
Propchange: qpid/branches/0.22/qpid/cpp/src/
------------------------------------------------------------------------------
Merged /qpid/trunk/qpid/cpp/src:r1464210
Modified: qpid/branches/0.22/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp
URL:
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp?rev=1464358&r1=1464357&r2=1464358&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp
(original)
+++ qpid/branches/0.22/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp Thu
Apr 4 08:45:04 2013
@@ -120,7 +120,7 @@ void EncodedMessage::populate(qpid::type
map["x-amqp-delivery-count"] = deliveryCount.get();
}
if (to) {
- map["x-amqp-delivery-count"] = to.str();
+ map["x-amqp-to"] = to.str();
}
if (!!absoluteExpiryTime) {
map["x-amqp-absolute-expiry-time"] = absoluteExpiryTime.get();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]