Interface between request reply model and event based system

Hi

I trying to setup a system in akka, Here the consumer (say application A) is request replay based and the source (application B) is event based. In normal way application A can never get response from application B.

Please advise me if I can put an AKKA based system as an intermediate system, which can communicate between application A and B.

Thanks
Nidhin