Subject RE: [ib-support] POSDT_EVENT
Author Leyne, Sean
Robert,

As I understand it, the event is only sent upon the commit of the
transaction (not on the posting of the event or the rollback of the
transaction).

WRT to monitoring the actual messages, AFAIK you need to create have a
program/client register to receive the event messages.


Sean

> -----Original Message-----
> From: Robert F. Tulloch [mailto:tultalk@...]
> Sent: Saturday, December 30, 2000 7:08 PM
> To: ib-support@egroups.com
> Subject: [ib-support] POSDT_EVENT
>
>
> Hi:
>
> Have procedure in gdb:
>
> SET TERM ## ;
> CREATE PROCEDURE BroadcastMessage (EventMessage VARCHAR(15))
> AS
> BEGIN
> POST_EVENT EventMessage;
> END ##
> SET TERM ; ##
>
>
>
> Trying to test and event alerter and need to know if
> executing the above SP actually
> broadcasts a message. The lights on my networks card indicate
> nothing but it may be so
> fast!! Is there any way on the server to see that it actually
> sent out an alert?
>
> Thanks.
>
> Best regards
>
> -------------------------- eGroups Sponsor
> -------------------------~-~>
> eGroups eLerts
> It's Easy. It's Fun. Best of All, it's Free!
> http://click.egroups.com/1/9698/0/_/_/_/978220481/
> --------------------------------------------------------------
> -------_->
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>