On 4/23/07, dr.jeff <[EMAIL PROTECTED]> wrote:
I know how to make custom splitters in the Camel DSL way by extending
org.apache.camel.builder.ValueBuilder with a new operation that returns my
own Expression, that splits the message in the way I need it to. (And I
think that's the correct general
I know how to make custom splitters in the Camel DSL way by extending
org.apache.camel.builder.ValueBuilder with a new operation that returns my
own Expression, that splits the message in the way I need it to. (And I
think that's the correct general approach to take, but correct me.)
But I just do
Hii,
Description of setup:
OS: Redhat Linux 2.6.9-42.0.8.ELsmp
Java 1.5.0.11
ActiveMQ 4.1.1
We have a 5 server configuration where initially we were going to run
the activemq broker on 2 machines and have the other 3 connect to
those accordingly.
We were using a connection url like the follow
tommy.li wrote:
> producer->setDeliveryMode( DeliveryMode::PERSISTENT );
> When i restart broker,the mesages are lost.
>
> producer->setDeliveryMode( DeliveryMode::NON_PERSISTENT );
> When i restart broker,the mesages are recovered.
>
> Why?
>
>
>
Yup, think you may be on to something there, cod
producer->setDeliveryMode( DeliveryMode::PERSISTENT );
When i restart broker,the mesages are lost.
producer->setDeliveryMode( DeliveryMode::NON_PERSISTENT );
When i restart broker,the mesages are recovered.
Why?
--
View this message in context:
http://www.nabble.com/The-problem-in-ActiveMQ-C