Thanks Mark! This makes sense. Basically it is a integration test where 5 different components are involved and communication is done over JMS. I have got some idea on how to implement this after...
Type: Posts; User: mr.kkrishna; Keyword(s):
Thanks Mark! This makes sense. Basically it is a integration test where 5 different components are involved and communication is done over JMS. I have got some idea on how to implement this after...
I have a case where i want to run DefaultMessageListenerContainer in the same 'main' thread. Right now it uses SimpleAsyncTaskExecutor which spawns new thread every time it receives a message.
We...