If you want use Spring DSL you need to include the camel-spring into your class path. Camel component API is pluggable, it has nothing to do with the Spring DSL, you just need to specify the right URI to let camel context load the camel-stomp endpoint for you.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 11, 2014 at 2:54:26 PM, Ed Spree (edward_sp...@cable.comcast.com) wrote: > > Hi all, > > I looked on the stomp component page on the Camel website and really > would > like to use the capability to have the messages posted to the ActiveMQ > broker from a web service converted to a message that follows > the STOMP > protocol. In reading the page and doing further research, it > appears that > there is not much discussion regarding using this feature with > Spring DSL. > > So I have a few questions... > 1) Is it possible right now with the latest version of Camel (2.12.2) > for a > Spring DSL implementation to use the Camel Stomp component? > 2) If it is possible, what libraries would I need to import into > ActiveMQ/Camel in order to accomplish this task? > > Thanks for the help, > Ed Spree > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Stomp-Component-with-Spring-DSL-tp5747056.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >