Hi The getting started example http://camel.apache.org/walk-through-an-example.html
May inspire you a bit. All you essentially need is a route from(jms).to(myBeanWhichProcessTheData); On Thu, Jun 3, 2010 at 5:20 PM, fabian.alvarez <[email protected]> wrote: > > Hello! > I'm working on a project in which we are using as a queue of messages: > ActiveMQ. > We need to do the following: the arrival of a message to the queue, at the > endpoint, a service is triggered automatically > that consumes the message and process the data. > According to what I was investigating the EIP that we implement is the > Message Endpoint, but we have no tutorial > guide in the implementation. > I appreciate if someone can guide me in this implementation. > Fabian > -- > View this message in context: > http://old.nabble.com/ActiveMQ-.-Message-Endpoint-tp28768956p28768956.html > Sent from the Camel Development mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
