I am trying to get get spring-integration working inside a new web-app. I have a simple pub-sub setup to check that the technology is working correctly inside the stack . I can see this working correctly inside an integration test which fires up our full application context. Unfortunately when I try to deploy using maven and jetty my pub-sub doesn't work. All the plumbing seems to have been created okay (the channels and - I think - the message bus are present in the context). However nothing goes through the pipes. It's almost as if the system has been been created but never kicked into action.
Has anybody encountered a similar situation? All suggestions gratefully received!


Reply With Quote