JBoss Community

Re: Growing NioProcessor Thread Number in Human Tasks

created by jena74 in jBPM - View the full discussion

Hi,

 

In fact I am sorry but I lost the link.

But, here is the Java code that I use now without error:

 

String name = "client 1" + UUID.randomUUID();
TaskClient client = new TaskClient(new HornetQTaskClientConnector(name, new HornetQTaskClientHandler(SystemEventListenerFactory.getSystemEventListener())));
boolean isConnected = client.connect(HT_SERVICE_HOST, HT_SERVICE_PORT);
System.out.println("isConnected = " + isConnected);

 

 

It is working properly with jBPM 5.3.

 

Jena

Reply to this message by going to Community

Start a new discussion in jBPM at Community