[jboss-user] [JBossWS] - Re: Printing Service with thread unsave drivers

PeterJ do-not-reply at jboss.com
Thu Aug 13 14:20:47 EDT 2009


How about doing the printing from a Message-Driven Bean (MDB). Have your web service send the label information to a queue and have one MDB per printer reading from the queue (probably same source code, but deployed multiple times - once per printer - each with its own config). Then your web service does not have to wait for the label to print before responding - the print request is asynchronous.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249505#4249505

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249505



More information about the jboss-user mailing list