[
https://jira.jboss.org/jira/browse/JBESB-2298?page=com.atlassian.jira.plu...
]
Daniel Bevenius reassigned JBESB-2298:
--------------------------------------
Assignee: Daniel Bevenius
Programmers_Guide.pdf StaticWiretap description is confusing
------------------------------------------------------------
Key: JBESB-2298
URL:
https://jira.jboss.org/jira/browse/JBESB-2298
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Documentation
Affects Versions: 4.4
Reporter: Jeff Yu
Assignee: Daniel Bevenius
Priority: Minor
Fix For: 4.5
Copied this from Burr's concern:
---------------------
This section:
StaticWiretap
Static message wiretapping action. The StaticWiretap differs from the StaticRouter in
that the
StaticWiretap "listens in" on the action chain and allows the message to
continue in the chain to
subsequent actions, while the StaticRouter action only pushes the message to destinations
that are
defined in its route-to chain.
-------------
I believe StaticWiretap differs from StaticRouter in that the wiretap allows the actions
below it to be executed while the router terminates the action chain at the point it is
used. The router should therefore be the last action in the chain.
Review org.jboss.soa.esb.actions.StaticRouter (extends StaticWiretap):
public Message process(Message message) throws ActionProcessingException
{
super.process(message) ;
return null ;
}
Where return null terminates the action chain.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira