Can someone tell whether is there a way to get HttpServletRequest and HttpServletResponse in Spring JMS listener class? My JMS listener is defined in springContext.xml file.
Can someone tell whether is there a way to get HttpServletRequest and HttpServletResponse in
Share
I ended up using
JAXDispatcherto invoke my service, from my JMS listener.