Re: MQ-Email interfaces

2004-04-27 Thread Robert Broderick
I had a script that was sending out EMAILs to support people after
monitoring. There were other scripts that were peeling off messages and
doing wonderful things with them. Combining the two may achieve the results
you need. It was very simple so I don't know how complicated you could get
with it and still suport the solution from that direction.
   bobbee

From: Roger Lacroix [EMAIL PROTECTED]
Reply-To: MQSeries List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: MQ-Email interfaces
Date: Thu, 22 Apr 2004 17:45:33 -0400
Hi,
I have done several projects read a message and then sent a email via SMTP
using
Java / J2EE as a stand-alone application. It worked really well.
A few years ago I did a test project to get an email via POP3 and then put
its
contents as a message to a queue.
I have not done anything with IMAP.
These types of applications are reasonably straight forward.  Here's what
you
should do:
- Go get the latest J2EE package or get just the Mail package from Sun.
- Search the web for code samples (There are millions of samples - use
Google).
- Install the MQ client v5.3 code with Java support
Hope that helps.
Regards,
Roger Lacroix
Capitalware Inc.
http://www.capitalware.biz
Quoting Jerry Pierscinski [EMAIL PROTECTED]:
 hello MQ-ers,

 I have a request from our business unit to design Mqseries application
which
 would interfaces with Email server ( SMTP, IMAP, POP3 ). The application
 needs to do polling of the Email server for specific userid, get the
message
 and put body of that message on Mqseries queue.

 At this moment we think that java is our solution. ( either  standalone
java
 application  or WMQI java  plug-in node ).

 Has anobody done anything similar? Can you provide any
suggestions/ideas?

 thnx in advance

 PS: There used to be IA07  SupportPac on IBM site but it was withdrawn
last
 year.

 Instructions for managing your mailing list subscription are provided in
 the Listserv General Users Guide available at http://www.lsoft.com
 Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive
_
From must-see cities to the best beaches, plan a getaway with the Spring
Travel Guide! http://special.msn.com/local/springtravel.armx
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


MQ-Email interfaces

2004-04-22 Thread Jerry Pierscinski
hello MQ-ers,

I have a request from our business unit to design Mqseries application which
would interfaces with Email server ( SMTP, IMAP, POP3 ). The application
needs to do polling of the Email server for specific userid, get the message
and put body of that message on Mqseries queue.

At this moment we think that java is our solution. ( either  standalone java
application  or WMQI java  plug-in node ).

Has anobody done anything similar? Can you provide any suggestions/ideas?

thnx in advance

PS: There used to be IA07  SupportPac on IBM site but it was withdrawn last
year.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: MQ-Email interfaces

2004-04-22 Thread Roger Lacroix
Hi,

I have done several projects read a message and then sent a email via SMTP using
Java / J2EE as a stand-alone application. It worked really well.

A few years ago I did a test project to get an email via POP3 and then put its
contents as a message to a queue.

I have not done anything with IMAP.

These types of applications are reasonably straight forward.  Here's what you
should do:
- Go get the latest J2EE package or get just the Mail package from Sun.
- Search the web for code samples (There are millions of samples - use Google).
- Install the MQ client v5.3 code with Java support

Hope that helps.

Regards,
Roger Lacroix
Capitalware Inc.
http://www.capitalware.biz


Quoting Jerry Pierscinski [EMAIL PROTECTED]:

 hello MQ-ers,

 I have a request from our business unit to design Mqseries application which
 would interfaces with Email server ( SMTP, IMAP, POP3 ). The application
 needs to do polling of the Email server for specific userid, get the message
 and put body of that message on Mqseries queue.

 At this moment we think that java is our solution. ( either  standalone java
 application  or WMQI java  plug-in node ).

 Has anobody done anything similar? Can you provide any suggestions/ideas?

 thnx in advance

 PS: There used to be IA07  SupportPac on IBM site but it was withdrawn last
 year.

 Instructions for managing your mailing list subscription are provided in
 the Listserv General Users Guide available at http://www.lsoft.com
 Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive