MessageSenderInterceptor. Currently on the requestor-side, the
MessageSenderInterceptor checks Message.getConduit(), then
Exchange.getConduit() in order to retrieve the conduit. Since
Message.setConduit() is called nowhere, I'd also propose dropping this
for the sake of cleanliness (but I'm not hung on that, if you really
want to keep Message.getConduit()).
+1 on that - I just wasted (probably not for the first time) some debugging cycle trying to understand why a conduit reference was null until I realised I had obtained it via Message.getConduit() instead of Exchange.getConduit()...

Andrea.

Reply via email to