[jboss-dev-forums] [Design of JBoss ESB] - Advanced MessageStore implementation

tpeuss do-not-reply at jboss.com
Sun Mar 25 06:43:10 EDT 2007


I am thinking about an advanced MessageStore implementation. From my point of view a MessageStore should have following features:

Search for messages based on
  
     Header information
     Properties
     Message body
     Type
     Attachments (?)
  
Performant on writing, searching, changing messages (documents)
Flexible installation: file-based, DB-based, ...


I good basis for a MessageStore can be a JSR-170 content repository like Apache Jackrabbit or Exo Platform. It has already all features for storing, searching and changing structured information like XML. We can support changing of messages in a traceable way because this repositories allow us to do versioning as well.

What do you think?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031378#4031378

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



More information about the jboss-dev-forums mailing list