o Spring/Camel can find that
> class at runtime.
>
>
> On Mon, Jun 14, 2010 at 7:53 PM, fabian.alvarez
> wrote:
>>
>> includes in the following routing applicationContext.xml:
>> > xmlns="http://camel.apache.org/schema/spring";>> uri="activ
n Mon, Jun 14, 2010 at 7:53 PM, fabian.alvarez
> wrote:
>>
>> includes in the following routing applicationContext.xml:
>> > xmlns="http://camel.apache.org/schema/spring";>> uri="activemq:MQ_A_ACTIVEMQ">
>>
>>
>>
>>
>>
>
notLoadBeanClassException: Cannot
find class [example.jmstofile.JmsToFileRoute] for bean with name
'pruebaFabian' defined in ServletContext [/WEB-INF/applicationContext.xml];
nested exception is java.lang.ClassNotFoundException resource:
example.jmstofile.JmsToFileRoute"
fabi
OK!
janstey wrote:
>
> Yeah, you need to use Java to program in Camel. No idea if anyone has
> taken
> on the grueling task of porting Camel to C# out there :)
>
> On Thu, Jun 3, 2010 at 3:25 PM, fabian.alvarez
> wrote:
>
>>
>> Claus,
>>
>&
t; 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
> 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 th