I tried both options but it still doesn't work.
When activemq is started just with camel, logs are continuously filled with
lines like:
DEBUG AbstractRegion - Removing consumer:
ID:.x.hr-42408-1205915755611-2:1:221:1
and
DEBUG AbstractRegion - Adding consumer:
ID:.x.hr-42408-1205
I tried both options but it still doesn't work.
When activemq is started just with camel, logs are continuously filled with
lines like:
DEBUG AbstractRegion - Removing consumer:
ID:.x.hr-42408-1205915755611-2:1:221:1
and
DEBUG AbstractRegion - Adding consumer:
ID:.x.hr-42408-1205
Yes its an XML namespace issue.
Either add to your last element the:
xmlns="http://www.springframework.org/schema/beans";
or move the last element nearer the top (before any non-spring
xmlns="..." statements
On 18/03/2008, puska <[EMAIL PROTECTED]> wrote:
>
> Here it is:
>
>
> xmlns="htt
Here it is:
http://www.springframework.org/schema/beans";
xmlns:amq="http://activemq.org/config/1.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
ht
Could you show us the complete activemq.xml that doesn't work?
On 18/03/2008, puska <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm using Camel to route messages depending on their content.
> I wrote some java classes and point to their package in camelContext tag:
>
>xmlns="http://activemq.apac
Hi,
I'm using Camel to route messages depending on their content.
I wrote some java classes and point to their package in camelContext tag:
http://activemq.apache.org/camel/schema/spring";>
something.camel
It works fine, but when I activate bridging: