Re: [camel] Custom Splitters

2007-04-22 Thread James Strachan
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

[camel] Custom Splitters

2007-04-22 Thread dr.jeff
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

Broker not dispatching messages

2007-04-22 Thread balahura
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

Re: The problem in ActiveMQ CPP 2.0 Released

2007-04-22 Thread Timothy Bish
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

The problem in ActiveMQ CPP 2.0 Released

2007-04-22 Thread tommy.li
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