Hi, This last week where I work we have made a Camel component for javax.print. Our use case is that we have a JMS queue where a customer ID is placed. The consumer of this generates a personalised PDF document by merging in their name, address etc. Then the filename is placed on another JMS queue. The consumer of that queue is our Camel printing component which has attributes for paper size, duplex etc which creates the print job and sends to the printers queue.
So my question is has there ever been a request or attempt to add such a component to Camel, or does another exist? If we were able to make it sufficiently generic (and I got permission to release it from my employers) would there be interest in this contribution to the project? Thanks, Martin.