Author |
Message
|
pcelari |
Posted: Thu Feb 24, 2011 10:36 am Post subject: is there a way to receive email? |
|
|
Chevalier
Joined: 31 Mar 2006 Posts: 411 Location: New York
|
WMB has no node for receiving email.
I wonder if anyone has found a workaround when process of incoming email becomes necessary?
Thanks for sharing your insight!
 _________________ pcelari
-----------------------------------------
- a master of always being a newbie |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 24, 2011 11:03 am Post subject: Re: is there a way to receive email? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
|
Back to top |
|
 |
pcelari |
Posted: Fri Feb 25, 2011 5:59 am Post subject: |
|
|
Chevalier
Joined: 31 Mar 2006 Posts: 411 Location: New York
|
Thank you Vitor!
it seems I'll need to upgrade my v7.0.1 which has no emailInput node yet. _________________ pcelari
-----------------------------------------
- a master of always being a newbie |
|
Back to top |
|
 |
Vitor |
Posted: Fri Feb 25, 2011 6:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pcelari wrote: |
it seems I'll need to upgrade my v7.0.1 which has no emailInput node yet. |
Urgh - not sure which level you need there. Maybe a passing IBMer will help.
But it's always best to be on the latest version....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mgk |
Posted: Fri Feb 25, 2011 6:28 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Quote: |
Maybe a passing IBMer will help |
Happy to
The EmailInput Node is new in 7.0.0.2.
Kind Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Feb 25, 2011 6:28 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
It is in 7.0.0.2
The Email section of the node palette has:-
EmailInput
EmailOutput _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
kash3338 |
Posted: Mon Feb 28, 2011 8:06 am Post subject: Re: is there a way to receive email? |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
pcelari wrote: |
WMB has no node for receiving email.
I wonder if anyone has found a workaround when process of incoming email becomes necessary?
Thanks for sharing your insight!
 |
We did a work around having a Java program to read the contents of the EMail and we invoked the Java application from the ESQL code. We got the EMail contents in a CHAR variable in ESQL.
Alternatively, you can use a Java Compute node. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 01, 2011 5:12 am Post subject: Re: is there a way to receive email? |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
kash3338 wrote: |
pcelari wrote: |
WMB has no node for receiving email.
I wonder if anyone has found a workaround when process of incoming email becomes necessary?
Thanks for sharing your insight!
 |
We did a work around having a Java program to read the contents of the EMail and we invoked the Java application from the ESQL code. We got the EMail contents in a CHAR variable in ESQL.
Alternatively, you can use a Java Compute node. |
JavaMail API works nicely.
http://www.oracle.com/technetwork/java/index-138643.html
You can run a Singleton in the background of a WMB Execution Group process to check for new email messages, then drop those new mail messages into a queue. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Herbert |
Posted: Tue Mar 01, 2011 6:46 am Post subject: Re: is there a way to receive email? |
|
|
 Centurion
Joined: 05 Dec 2006 Posts: 146 Location: Leersum, The Netherlands
|
pcelari wrote: |
WMB has no node for receiving email.
I wonder if anyone has found a workaround when process of incoming email becomes necessary?
Thanks for sharing your insight!
 |
If you must support a older version then 7.0.0.2 then support pack "IA9R: Inbound POP3 Email Support" can be a solution, we use it successfully.
hgj |
|
Back to top |
|
 |
|