Hi, I am using spring batch to do some processing and what I'd like to do is send a message back to the client to re-query some dataProviders. The batch is happening from the root context and my blazeds/messagetemplate is in a child context. Since parent contexts do not directly know about child contexts, is it possible to use spring integration for this or is there another way to access the blazeds messagebroker. I'm open to other suggestions and I also do not really wish to merge all of my contexts to one.
Thank you in advance!


Reply With Quote