[jboss-dev-forums] [Design of JBoss ESB] - Re: How to deliver a synchronous message when integrating jb
camunda
do-not-reply at jboss.com
Tue Oct 14 07:01:50 EDT 2008
I am not sure if the problem is still bothering you?
I would argue that you shouldn't design for a synchronous answer, even if you could somehow tweak it technically.
Basically the synchronous Invoker is not more than a CallBack-JMS-Queue (in the case you use JMs as a transport). By using a CallBack-Queue, you can also call the client back at the end of all processing.
You just should think about the possibility, that no answer arrives in the timeout (which can also happen with the synchronous invoker)... What do you think?
Or what was you solution to this?
Cheers
Bernd
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182076#4182076
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182076
More information about the jboss-dev-forums
mailing list