Package org.citrusframework.jms.endpoint
Class JmsConsumer
java.lang.Object
org.citrusframework.messaging.AbstractMessageConsumer
org.citrusframework.messaging.AbstractSelectiveMessageConsumer
org.citrusframework.jms.endpoint.JmsConsumer
- All Implemented Interfaces:
org.citrusframework.messaging.Consumer,org.citrusframework.messaging.SelectiveConsumer
- Direct Known Subclasses:
JmsSyncConsumer,JmsTopicSubscriber
public class JmsConsumer
extends org.citrusframework.messaging.AbstractSelectiveMessageConsumer
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJmsConsumer(String name, JmsEndpointConfiguration endpointConfiguration) Default constructor using endpoint. -
Method Summary
Methods inherited from class org.citrusframework.messaging.AbstractSelectiveMessageConsumer
receive, receiveMethods inherited from class org.citrusframework.messaging.AbstractMessageConsumer
getName, receiveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.messaging.Consumer
getName, receive
-
Field Details
-
endpointConfiguration
Endpoint configuration
-
-
Constructor Details
-
JmsConsumer
Default constructor using endpoint.- Parameters:
name-endpointConfiguration-
-
-
Method Details
-
receive
-