Class JmsSyncEndpoint

All Implemented Interfaces:
InitializingPhase, Named, ShutdownPhase, Endpoint, ReferenceResolverAware

public class JmsSyncEndpoint extends JmsEndpoint implements ShutdownPhase
Synchronous Jms message endpoint. When sending messages endpoint sets replyTo message header and waits for synchronous response. When receiving messages endpoint reads replyTo header from incoming request and sends synchronous response back.
Since:
1.4
Author:
Christoph Deppisch