Re: Camel Printing

2009-05-15 Thread Claus Ibsen
gt;> 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

Re: Camel Printing

2009-05-15 Thread Jon Anstey
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 > compo

Re: Camel Printing

2009-05-15 Thread Peter Maas
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

Camel Printing

2009-05-15 Thread Martin Gilday
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