Class JmsEndpointComponent

java.lang.Object
org.citrusframework.endpoint.AbstractEndpointComponent
org.citrusframework.jms.endpoint.JmsEndpointComponent
All Implemented Interfaces:
EndpointComponent

public class JmsEndpointComponent extends AbstractEndpointComponent
Jms endpoint component is able to create jms endpoint from endpoint uri with parameters. Depending on uri creates a synchronous or asynchronous endpoint on a queue or topic destination. Further endpoint parameters such as connectionFactory get passed to the endpoint configuration.
Since:
1.4.1
Author:
Christoph Deppisch