Stateful Communication
Definition
To receive all the calls from the same ABAP user session in the same MessageDrivenBean instance, your MessageDrivenBean should implement StatefulSynchronousMessageListener instead of SynchronousMessageListener .
Facades and Compilation describes how to access the StatefulSynchronousMessageListener .