[jboss-user] [jBPM] - Re: TaskClient not connecting

Demian Calcaprina do-not-reply at jboss.com
Mon Aug 15 09:28:41 EDT 2011


Demian Calcaprina [http://community.jboss.org/people/calca] created the discussion

"Re: TaskClient not connecting"

To view the discussion, visit: http://community.jboss.org/message/621053#621053

--------------------------------------------------------------
Have you tried creating the mina task server with binding all interfaces? Using this constructor:

| + | public BaseMinaTaskServer(IoHandlerAdapter handler, int port, |
| + |         String localInterface) { |
| + | 
 | this.handler = handler; |
| + | 
 | this.port = port; |
| + | 
 | this.localInterface = localInterface; |
| + | } |

with localInterface = "0.0.0.0"

BTW, you should try hornetQ based task client/server, which is more powerful (sending JMS messages, persist messages, include it in transactions).

Regards,

Demian
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/621053#621053]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110815/732fc9a7/attachment.html 


More information about the jboss-user mailing list