How to add a cron expression to a message processor in WSO2 ESB

1.3k Views Asked by At

I'd like to create a new Message Processor in WSO 2 (Scheduled Messaging Forward Processor). This processor should include the property "cronExpression" which I set to "*0-59 * * * **" (without quotation marks).

Saving the processor leads to the following exception: RPCInOnlyMessageReceiver Error setting cron expression: Unexpected end of expression.

However, I'm quite sure that there is nothing wrong with the expression.

Any ideas why this fails?

Thanks, Peter

1

There are 1 best solutions below

1
On BEST ANSWER

Quartz OpenSymphony is used as the cron scheduler and you can find the cron expression tutorial for Quartz OpenSymphony from here.

Thanks

Thilini