[esb-issues] [JBoss JIRA] Closed: (JBESB-652) Refactory JMSRouter to simplfy setting properties on JMSMessage from ESB Message object

Mark Little (JIRA) jira-events at lists.jboss.org
Sun Feb 15 10:29:44 EST 2009


     [ https://jira.jboss.org/jira/browse/JBESB-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Little closed JBESB-652.
-----------------------------



> Refactory JMSRouter to simplfy setting properties on JMSMessage from ESB Message object
> ---------------------------------------------------------------------------------------
>
>                 Key: JBESB-652
>                 URL: https://jira.jboss.org/jira/browse/JBESB-652
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Transports
>            Reporter: Daniel Bevenius
>            Assignee: Daniel Bevenius
>            Priority: Minor
>             Fix For: 4.3
>
>
> The use case for this is that we need to set the correlation id of the JMSMessage before it is sent by the JMSRouter. 
> We have previously subclassed JMSRouter but this was not the best solution as we needed to override the route method and duplicate most of the code.
>  
> I would be nice to have a method that would be called from the route method that looked something like this:
> setJMSProperties ( jmsMessage, esbMsg );
> The default implementation could do nothing but would let subclasses only override this method.

-- 
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 esb-issues mailing list