[jboss-dev-forums] [Design of JBoss ESB] - Re: JSR-170 message store
derek.adams
do-not-reply at jboss.com
Wed Apr 11 11:32:37 EDT 2007
"burrsutter" wrote :
| Can you give me 2 out-of-the-box ESB actions?
|
| MessageSave (or whatever) -returns the UUID in the message header property
| MessageRetreive - has a to fetch the right one.
|
I checked in two actions along with the JCR code. The first (org.jboss.soa.esb.actions.persistence.StoreMessage) stores a message to the default message store. The second (org.jboss.soa.esb.actions.persistence.StoreJCRMessage) stores a message to the JCR message store. I didn't add a message property for the resulting UID, but that would be easy to add. I can also add actions for retrieving the messages as well.
Now that I am thinking about it, maybe it would be better to pass in a message property that indicates which message store to save to/load from. If not specified, it would use the default message store.
I will take a look and get back to you soon.
Thanks,
Derek
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036418#4036418
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036418
More information about the jboss-dev-forums
mailing list