Package com.consol.citrus.jms.endpoint
Class JmsEndpointComponent
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointComponent
-
- com.consol.citrus.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
-
-
Field Summary
-
Fields inherited from interface com.consol.citrus.endpoint.EndpointComponent
ENDPOINT_NAME, LOG, RESOURCE_PATH, TYPE_RESOLVER
-
-
Constructor Summary
Constructors Constructor Description JmsEndpointComponent()Default constructor using the name for this component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EndpointcreateEndpoint(String resourcePath, Map<String,String> parameters, TestContext context)-
Methods inherited from class com.consol.citrus.endpoint.AbstractEndpointComponent
createEndpoint, enrichEndpointConfiguration, getEndpointConfigurationParameters, getName, getParameters, getParameterString
-
-
-
-
Method Detail
-
createEndpoint
protected Endpoint createEndpoint(String resourcePath, Map<String,String> parameters, TestContext context)
- Specified by:
createEndpointin classAbstractEndpointComponent
-
-