I use the servicemix3.3.1
I plan uesd three components : cxfbc consume->jms->cxfbc provider
when other system shutdown,the message couldn't send out and the message
will die.
servicemix is base on activemq achieve Asynchronous~
so,i configure in jms components
<jms:endpoint service="novaesb:${novaesb.queue.ossprocess.clarity}"
.............................
connectionFactory="#connectionFactory"/>
<jms:endpoint service="novaesb:${novaesb.queue.ossprocess.clarity}"
.............................
defaultOperation="clarity:processOSS"/>
<amq:connectionFactory id="connectionFactory"
brokerURL="${connectionFactory}">
<amq:redeliveryPolicy>
<amq:redeliveryPolicy maximumRedeliveries="6"/>
</amq:redeliveryPolicy>
</amq:connectionFactory>
but,it‘s no anything happened~~ :,(
My purpose is when other system shutdown the message in servicemix couldn't
missing,it's must redelivery and send out again until success. if fail the
mssage must send to a error queue ,and the queue is my Customize。
Thank you~
--
View this message in context:
http://www.nabble.com/How-configure-activwmq-redelivery-in-servicemix-%EF%BC%9F-tp25970334p25970334.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.