Package org.citrusframework.jms.endpoint
Class JmsEndpointComponent
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointComponent
org.citrusframework.jms.endpoint.JmsEndpointComponent
- All Implemented Interfaces:
EndpointComponent
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 org.citrusframework.endpoint.EndpointComponent
ENDPOINT_NAME, logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor using the name for this component. -
Method Summary
Modifier and TypeMethodDescriptionprotected EndpointcreateEndpoint(String resourcePath, Map<String, String> parameters, TestContext context) Methods inherited from class org.citrusframework.endpoint.AbstractEndpointComponent
createEndpoint, enrichEndpointConfiguration, getEndpointConfigurationParameters, getName, getParameters, getParameterString
-
Constructor Details
-
JmsEndpointComponent
public JmsEndpointComponent()Default constructor using the name for this component.
-
-
Method Details
-
createEndpoint
protected Endpoint createEndpoint(String resourcePath, Map<String, String> parameters, TestContext context) - Specified by:
createEndpointin classAbstractEndpointComponent
-