Class JmsEndpoint

java.lang.Object
org.citrusframework.endpoint.AbstractEndpoint
org.citrusframework.jms.endpoint.JmsEndpoint
All Implemented Interfaces:
InitializingPhase, Named, ShutdownPhase, Endpoint, ReferenceResolverAware
Direct Known Subclasses:
JmsSyncEndpoint

public class JmsEndpoint extends AbstractEndpoint implements InitializingPhase, ShutdownPhase, ReferenceResolverAware
Jms message endpoint capable of sending/receiving messages from Jms message destination. Either uses a Jms connection factory or a Spring Jms template to connect with Jms destinations.
Since:
1.4
Author:
Christoph Deppisch