- All Implemented Interfaces:
- EndpointComponent, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
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