Author |
Message
|
MADALA |
Posted: Wed Aug 29, 2007 6:24 am Post subject: MQ queue -> Java code (JMS Client) on Unix box |
|
|
Newbie
Joined: 29 Aug 2007 Posts: 2
|
Hi, I want to know if MQ queue can invoke/call a Java program (JMS client) upon receiving a message into queue?? Any online links would definitely help. Here is the flow that I wanted:
Mainframe ---places.CSV.text.message-->> MQ queue ---invokes.Java.code-->> Java code (JMS client) ---transforms.text.into.LDAP.format-->> LDAP server
Thank you in advance.
--madala |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 29, 2007 6:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Look up triggering in the online copy of the Application Programming guide. You might also want to look into the Using Java manual, especially if your Java code is runnnng in some weird, Java-ish way like MDBs, WASs, or something.
(I don't do Java. ) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Aug 29, 2007 6:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
An MQ Queue can be configured to trigger a program. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
MADALA |
Posted: Wed Aug 29, 2007 6:32 am Post subject: |
|
|
Newbie
Joined: 29 Aug 2007 Posts: 2
|
jefflowrey wrote: |
An MQ Queue can be configured to trigger a program. |
Great. Do you have any online links to this so that I can take a reference.
Thank you,
--Madala |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 29, 2007 6:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Vitor wrote: |
Look up triggering in the online copy of the Application Programming guide. |
About 50% of the posts in the forum have the link to the infocentre _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 29, 2007 2:17 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
|