[
https://jira.jboss.org/jira/browse/JBIDE-5637?page=com.atlassian.jira.plu...
]
Kevin Conner commented on JBIDE-5637:
-------------------------------------
If you guys want to add this into the tooling then go for it.
For debugging we would recommend the SystemPrintln action and for performance we would
recommend writing an empty action, essentially that action *without* all the logging.
An empty action would be
public class NullAction extends AbstractActionPipelineProcessor
{
public NullAction (final ConfigTree configTree)
{
}
public Message process(final Message message)
throws ActionProcessingException
{
return message;
}
}
EchoRouter will probably turn in to this at some point, but unlikely for this release.
Missing Echo Router from jboss-esb.xml editor
---------------------------------------------
Key: JBIDE-5637
URL:
https://jira.jboss.org/jira/browse/JBIDE-5637
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.CR1
Reporter: Burr Sutter
Assignee: Brian Fitzpatrick
Fix For: 3.1.0.CR2
Attachments: Missing_Echo_Router.jpg, Missing_Echo_Router_In_Docs.jpg
in Docs:
http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_SOA...
See screenshots
--
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