[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5637) Missing Echo Router from jboss-esb.xml editor

Kevin Conner (JIRA) jira-events at lists.jboss.org
Mon Jan 18 04:27:47 EST 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-5637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12506545#action_12506545 ] 

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_Platform/5.0.0/html-single/ESB_Programmers_Guide/#sect-routers
> 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

        


More information about the jbosstools-issues mailing list