Hi Gert,
nice, a new protocol! I've had a look at the code. These are my
observations:
- The TransactionManager seems not to write out the complete file yet -
a new file object is instantiated but nothing happens with it.
- FilenameSetter could take Pdu as an argument (instead of Object), that
way we can get around the cast to Pdu (Camel will do it for us)
- SenderTest doesn't assert anything, and also starts a while(true) loop
- The license header says "licensed to the Hummingbird Foundation",
which isn't a legal entity, so I'm not sure how effective that license
statement is.
Cheers,
Johannes