On 05/12/2007, krv <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to add restrictions at the ESB for the following properties on a > message: > * Priority > * Expiration - Messages should be discarded after the expiration time > * Size limitation > I am currently using ActiveMQ as a transport so I could set these at > ActiveMQ level. But can anyone please suggest the best methods to enforce > the above functionality?
You could say thats just a smart router - ensuring a priority and expiration are set (or overriding any values specified) then if the size is too big sending a rejection message to the responder or something. So something like Camel or servicemix-eip could be used to filter messages being sent? -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
