Hmmm I still get the same error. I test by sending a text message to a
queue using JConsole to invoke the sendMessage operation on the queue.
Errors start showing up in the log as soon as the message is sent. It shows
up in the queue. It is not processed. I instead keep seeing the message
2009/3/19 Claus Ibsen :
> On Wed, Mar 18, 2009 at 8:07 PM, greenbean wrote:
>>
>> I made the change you suggested. However, I am getting the same error. :-(
>>
>> Do you have any other suggestions?
> Isnt it because you have CACHE_NONE?
>
>
> I would assume all resources is cleared after use an
On Wed, Mar 18, 2009 at 8:07 PM, greenbean wrote:
>
> I made the change you suggested. However, I am getting the same error. :-(
>
> Do you have any other suggestions?
Isnt it because you have CACHE_NONE?
I would assume all resources is cleared after use and thus the it
needs to reconnect on e
I made the change you suggested. However, I am getting the same error. :-(
Do you have any other suggestions?
Claus Ibsen-2 wrote:
>
> Hi
>
> You should use the ActiveMQ component instead of the generic
> JmsComponent. Its optimized for AMQ.
> http://camel.apache.org/activemq.html
>
>
>
>
Hi
You should use the ActiveMQ component instead of the generic
JmsComponent. Its optimized for AMQ.
http://camel.apache.org/activemq.html
On Mon, Mar 16, 2009 at 9:37 PM, greenbean wrote:
>
> Apache Camel 2.0 Snapshot
> Apache ActiveMQ 5.2
>
> When I started Apache Camel I see repeated connec
Apache Camel 2.0 Snapshot
Apache ActiveMQ 5.2
When I started Apache Camel I see repeated connect/disconnect events in
activemq. Is there something I have done incorrectly to have activemq do
this? I use ActiveMQ other places (outside of camel) and everything works
fine.
Below is the XML config