2008/11/3 Bogdan_1 <[EMAIL PROTECTED]>: > > hi, > i use activemq and camel on top of that for message routing. how can i > persist the messages in the JMS layer ?
Sending to a JMS endpoint using the default persistent delivery mode. (i.e. if you don't disable message persistence). > if i can configure it in the camel xml file via spring, what will it look > like ? That looks fine to me. Its usually better to use transacted JMS though - see the 'Enabling Transacted Consumption' note here... http://activemq.apache.org/camel/jms.html -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
