Arun Selva [https://community.jboss.org/people/arselv] created the discussion

"Re: HornetQ taskclient connection exceptions."

To view the discussion, visit: https://community.jboss.org/message/745771#745771

--------------------------------------------------------------
I have also found two types of client connections.

1.     AsyncTaskService  client = new AsyncHornetQTaskClient();
        client.connect("127.0.0.1", 5445);

2.     TaskService  client = new SyncTaskServiceWrapper(new 
AsyncHornetQTaskClient());
        client.connect("127.0.0.1", 5445);

which one should i prefer, at which scenarios.?
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://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

Reply via email to