ServiceInvoker.deliverSync() with configuring ReplyTo/FaultTo
-------------------------------------------------------------
Key: JBESB-3676
URL:
https://issues.jboss.org/browse/JBESB-3676
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Rosetta
Affects Versions: 4.10
Reporter: Toshiya Kobayashi
In case that you call ServiceInvoker.deliverSync(), the client uses ReplyTo/FaultTo to
receive reply/fault messages so you should not change them. If you change them, the call
would time out because the client wouldn't get notified.
But a customer wants both a synchronous call and configuring ReplyTo/FaultTo to send
reply/fault messages to specific services.
I think it would be achieved by duplicating reply/fault messages for the client and the
specified services at the end of the service, but there may be better way.
You may satisfy the requirement by ServiceInvoker.deliverAsync() + custom logic to get
notified on the client side. But the customer wants an official (= QA'ed) feature for
it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira