Java org.springframework.jms.config SimpleJmsListenerEndpoint fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.config SimpleJmsListenerEndpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.config SimpleJmsListenerEndpoint.

The text is from its open source code.

Constructor

Method

voidsetConcurrency(@Nullable String concurrency)
Set a concurrency for the listener, if any.
voidsetDestination(@Nullable String destination)
Set the name of the destination for this endpoint.
voidsetId(String id)
voidsetMessageListener(@Nullable MessageListener messageListener)
Set the MessageListener to invoke when a message matching the endpoint is received.