Hi to all Springers!!!

i have a simple question!

when my application server start my application context is loaded by Multipart Servlet.

I have multiple inbound message listener on some queues. Each message read from different queue represents a different thread. The message travel along my application flow and i need to retrieve the current application context (loaded before by multipart) and inject into my singleton class.

Is there a method to achieve this?

PS: i don't have control on dispatcher servlet...it's a big problem

Any help will greatly appreciated.

Thanks in advance.

IlPistolero