Is this multi-thread safe? - calling methods on the proxy object returned by JmsProxyFactoryBean

View: New views
1 Messages — Rating Filter:   Alert me  

Is this multi-thread safe? - calling methods on the proxy object returned by JmsProxyFactoryBean

by madhav :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is it possible to call methods on the object returned by JmsProxyFactoryBean.getObject() from multiple threads simultaneously? Do the method calls get serialized somehow?
Is there any multi-thread synchronization somewhere down the line?
If the receiving end-point of the method call (a different process) dies, will there be a release of synchronized locks somewhere?