Can we Consume the Messages using wso2esb Jms
I am using wso2esb4.7.0 and ActiveMQ 5.8.0 versions i followed wso2esb
docs they provided store and forward message store policy But i dont want
store i just want to consume those messages which is already has been
store by my client application i wish to pool that messages for every 5
sec Is it possible in wso2esb jms using ActiveMq will you write sample
code of proxy
<messageProcessor name="Duplicate5"
class="org.apache.synapse.message.processors.forward.ScheduledMessageForwardingProcessor"
messageStore="Duplicate" xmlns="http://ws.apache.org/ns/synapse">
<parameter name="interval">1000</parameter>
<parameter name="message.processor.reply.sequence">fault</parameter>
</messageProcessor>
i tried with this but its not working
No comments:
Post a Comment