public interface JmsNode<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationName()
Destination endpoint
|
org.springframework.jms.listener.adapter.JmsResponse<org.springframework.messaging.Message<T>> |
processMessage(T message)
Recieves message T and respones with return value
|
String getDestinationName()
Copyright © 2014–2015. All rights reserved.