If I understand the requirement correctly, we could add some functionality where you can
"link" addresses on the server.
I.e. something like
|
| <address-link>
| <address>myqueueaddress</address>
| <linked-to>mytopic1</address>
| <filter>property1='hello' AND timestamp > 21736276 AND
persistent=TRUE</filter>
| </address>
|
|
Every message sent to adress "myqueueaddress" would automatically also get
routed to address "mytopic1".
An optional filter could be provided, using the normal core filter syntax (similar to JMS
selectors), so only messages matching the filter would get routed.
Any number of address-links could be specified. This would effectively make up a routing
table for messages.
Thoughts?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187952#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...