JBoss Community

Re: HornetQ taskclient connection exceptions.

created by Diego Santiviago in jBPM - View the full discussion

This is Mina configuration:

 

<init-param>

     <param-name>mina.host</param-name>

     <param-value>192.168.0.95</param-value>

</init-param>

<init-param>

    <param-name>mina.port</param-name>

    <param-value>9123</param-value>

</init-param>

 

And you use HornetQ configuration:

 

CommandBasedHornetQWSHumanTaskHandler hornetTaskHandler = new CommandBasedHornetQWSHumanTaskHandler(this.ksession);

hornetTaskHandler.setConnection("192.168.0.95", 9123);

hornetTaskHandler.connect();

Reply to this message by going to Community

Start a new discussion in jBPM at Community