Lucas,

I'm not sure what you mean by listing messages in ofbiz. But in a
service you have several options for messages.  Here are some
examples:

1. Job sandbox will list the status of the scheduled service out of the box.
2. Send an email confirmation from the service upon completion with
your custom message.
3. Store a message in a custom entity
4. Log message in ofbiz logs.
5. Use JMS to post message to a queue for listeners.

Hope that helps.

Brett

On 9/25/06, Lukas Steiner <[EMAIL PROTECTED]> wrote:
Hi,

I write a java service which exports data for an external billing
software.  In future this service should be scheduled monthly. Is there
a way to get messages from a scheduled service that can be listed in ofbiz?

Lukas <mailto:[EMAIL PROTECTED]>


Reply via email to