Hi Alan,

The reason im breaking it out is for the app im building mail is only one of
the types of messages its dealing with.

So to me makes sense to have discreet functions

1. Listeners that only know how to take a message, check for filter rules
and drop on queue
2. Processors that go and get stuff off the queue and work with it.

Is there any documentation on the message plugin ?

Thanks

Alex
On 11 July 2011 12:01, Alan Williamson <[email protected]> wrote:

> Alex I will look this morning and see if there is a function for reading, I
> am 95% sure there is as I have done this before.
>
> The message plugin can be used for a queue.
>
> Out of curosity why are you queuing and not just processing as they come
> in?  The thing with SMTP is that you have a wonderful inbuilt throttling
> system built in as MTA agents will back off and auto-try again if it can't
> get to deliver its message.  By default we accept 20 concurrent mail
> connections at once
> --
>  http://alan.blog-city.com/
>
> --
> official tag/function reference: http://openbd.org/manual/
>  mailing list - http://groups.google.com/group/openbd?hl=en
>



-- 
Alex Skinner
Managing Director
Pixl8 Interactive

Tel: +448452600726
Email: [email protected]
Web: pixl8.co.uk

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to