Hello!

I have successfully managed to receive an e-mail and extract its attachment.

Now I use TIBCO/RendezVous messaging  software to send out a broadcast message on the 
Network to other RendezVous clients that this file is available for download.

The necessary .jar file is placed in:

C:\James\apps\james\lib

and I have a private method in my Mailet that does the work of sending the Message out:

private String sendToRv(File file) throws TibrvException{
     //Create RV Message
     log("Preparing RV message");
     System.out.println("**Preparing to send RV message**");

     TibrvMsg msg = new TibrvMsg();
     msg.setSendSubject(getInitParameter("bitsubject"));

The problem is that I get into the sendToRv() method including the ***Preparing to 
send RV message*** system-out. Then nothing, no exception nothing in the logs. What is 
going on here?

Any hints highly appreciated.

Mark




-------------------------------------------------------------- --
        Visit our Internet site at http://www.reuters.com

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.

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

Reply via email to