2008/9/8 whitewaterbug <[EMAIL PROTECTED]>: > > Has anyone got any pointers for a project or ideas on how to interface > Activemq with a windows print queue so that a message that activemq pulls > down will be sent to be printed?
It should be pretty easy to write a Windows Printer component for Camel then you can easily route messages from some queue to the printer... e.g. here are the current components http://activemq.apache.org/camel/components.html here are the available patterns http://activemq.apache.org/camel/enterprise-integration-patterns.html So we could use one of the templating engines to format the message howver you like http://activemq.apache.org/camel/templating.html details of writing a new component here http://activemq.apache.org/camel/writing-components.html -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com