I figured it out after much trial and effort in the debugger.

turns out that I needed another method in my new Endpoint wrapper class.

        @Override
        protected void doStart() {
                try {
                        jmsEndpoint.start();
                } catch (Exception e) {
                        
                        // handle exception
                }
        }


and... it works !!!!!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Wrapping-Camel-components-endpoints-tp5771456p5771458.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to