[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Remote replyto functionality - Bridge configuration in p
timfox
do-not-reply at jboss.com
Wed Jun 13 04:21:59 EDT 2007
Looking at the ActiveMQ 4.1.1 code it seems it does have code that transforms foreign messages into its own format, but the transformation code is called *after* ActiveMQ has set the destination on the foreign message.
What it should be doing is calling setDestination() on the message *after* it has been transformed (then it will be an ActiveMQ message). (This is what JBM does)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053840#4053840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053840
More information about the jboss-dev-forums
mailing list