Reputation: 51
i am trying to create a custom message processor and custom message store. since there is not much information on the wso2 documentation. i need help in exactly how to write java files for the same.
Upvotes: 2
Views: 347
Reputation: 36
You can do this by extends ScheduledMessageProcessor(org.apache.synapse.message.processor.impl.ScheduledMessageProcessor) and extends AbstractMessageStore(org.apache.synapse.message.store.AbstractMessageStore).
Upvotes: 1