On Mon, 2007-03-19 at 13:46 -0400, Nate - Hotmail wrote:
> I guess the problem I have now is where do I make these calls?  Do I
> put it in my service code?

Yes. 
MessageContext msgContext = MessageContext.getCurrentContext();
return a value != null when a message is received, i.e. you can call it
while you are processing incoming requests.

Michele


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to