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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...