Java Noob
Java Noob

Reputation: 51

How to create custom message processor and message store in WSO2 ESB

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

Answers (1)

Priya
Priya

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

Related Questions