Demian Calcaprina [http://community.jboss.org/people/calca] created the discussion
"Re: Growing NioProcessor Thread Number in Human Tasks" To view the discussion, visit: http://community.jboss.org/message/638467#638467 -------------------------------------------------------------- Hey, I am not sure what could be happenning, but, it could be caused because you are creating a new task client and hornetq connectors each time. So maybe the response is taken (in class HornetQTaskClientConnector) for some the last (or first?) connector (and thud task client handler) you created, and may lead to problems. Could you change your code to cache this task client in createHornetQTaskClient method for example and see what happens? Thanks Demian -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/638467#638467] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
