On Tue, Dec 15, 2009 at 10:08 PM, Aidan Skinner <[email protected]> wrote: > On Tue, Dec 15, 2009 at 11:46 PM, Robbie Gemmell > <[email protected]> wrote: > >> I came up against that a couple months ago. The reason seemed to be that the >> ConversationFactory is calling toString() on a message before its sent, and >> the toString() behaviour was changed from previously outputting the hash >> code to outputting actual content. (r756228 seems to be where you'd want to >> look). > > Ah, good spot. Reverting that patch fixes it for me. I'm going to > assign the bug to Rajith since just backing it out doesn't seem > entirely the right thing.
I had a closer look and don't think the above fix is the reason for this issue. I have commented on QPID-1830 with the details. > - AIdan (patch review doesn't catch everything) > -- > Apache Qpid - AMQP, JMS, other messaging love http://qpid.apache.org > "A witty saying proves nothing" - Voltaire > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
