public interface ReplyHandler
void onReply(String correlationId, javax.jms.Message reply, javax.jms.Session session)
correlationId
- the correlation idreply
- the JMS reply messagesession
- the JMS sessionvoid onTimeout(String correlationId)
correlationId
- the correlation idApache Camel