Messages from scheduled services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Messages from scheduled services

Lukas Steiner
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:[hidden email]>
Reply | Threaded
Open this post in threaded view
|

Re: Messages from scheduled services

Brett
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 <[hidden email]> 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:[hidden email]>
>
>