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

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Thu Jul 12 16:13:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBESB-652?page=all ]

Daniel Bevenius resolved JBESB-652.
-----------------------------------

    Resolution: Done

Done, but will not merge into main trunk until after MR3 is released. Will close it after it has been merged.

> Refactory JMSRouter to simplfy setting properties on JMSMessage from ESB Message object
> ---------------------------------------------------------------------------------------
>
>                 Key: JBESB-652
>                 URL: http://jira.jboss.com/jira/browse/JBESB-652
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Transports
>            Reporter: Daniel Bevenius
>         Assigned To: Daniel Bevenius
>            Priority: Minor
>
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list