Hello
I am doing a deeper analysis for the SI 2.1.1 API and I did realize the follow for the AbstractJmsChannel's API
Where appear
If it is really an abstract class then should beCode:public class AbstractJmsChannel extends AbstractMessageChannel
If It is a bug (seems yes) let me know to create a JIRA issueCode:public abstract class AbstractJmsChannel extends AbstractMessageChannel
Kind Regards


Reply With Quote