Class JmsEndpointAdapter

java.lang.Object
org.citrusframework.endpoint.AbstractEndpointAdapter
org.citrusframework.jms.endpoint.JmsEndpointAdapter
All Implemented Interfaces:
EndpointAdapter

public class JmsEndpointAdapter extends AbstractEndpointAdapter
Endpoint adapter forwards incoming requests to jms destination and waits for response on reply destination. Provides jms endpoint for clients to connect to destinations in order to provide proper response message.
Since:
1.4
Author:
Christoph Deppisch