0

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

Community
  • 1
  • 1
pfust75
  • 401
  • 1
  • 5
  • 17

1 Answers1

0

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

Thanks

Thilini

Thilini Ishaka
  • 953
  • 1
  • 8
  • 13