summaryrefslogtreecommitdiff
path: root/qpid/cpp/make-dist
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-08-24 04:06:18 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-08-24 04:06:18 +0000
commit4b942f9532a9753fd1074081a5dfde8ec11c4a2b (patch)
tree1615a08c95ff798b61b7f9dbe5f618afd00e6f8e /qpid/cpp/make-dist
parent99bbc306ca143a84189600c580ff51e73192bba0 (diff)
downloadqpid-python-4b942f9532a9753fd1074081a5dfde8ec11c4a2b.tar.gz
Fixed the following issues
1) TopicImpl doesn't populate the routing key properly. The Destination Impl needs to have a routing key field (I added the field). For Topic The queue name is generated. For Queue the routingkey is same as queue name. 2) QpidMessage - Calling flip on messageData resets the limit to zero in beforeMessageDispatch(). I commented out the flip() 3) QpidMessage - setMessageData Instead of _messageData = messageBody, I modified it to do _messageData = messageBody.duplicate(); 4) MessageActorId is not set properly - so I modified the code to set this. This id is used for the destination 5) When creating BytesMessageImpl, in the constructor, it doesn't read from the underlying message impl. There for the _readIn is null and results in MessageNotReadableException. I added a temp solution to read and populate _readIn. However need to revisit it later git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@569238 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/make-dist')
0 files changed, 0 insertions, 0 deletions