[jboss-user] [JBoss Messaging] - Re: Comparison to ActiveMQ

timfox do-not-reply at jboss.com
Sun Nov 9 08:56:19 EST 2008


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#4187952

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187952



More information about the jboss-user mailing list