cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Communication after placing the file in JMS Queue

rubanprasanth_s
Participant
0 Kudos

Dear All,

I have a requirement:

Its a file scenario  i.e ( sending file from sap to IBM JMS Queue ). Once file is placed successfully in JMS queue, i have to send a mail.

I need a method in which i can attain the mail communication after placing the file ?

Thanks,

Ruban.S

Accepted Solutions (0)

Answers (3)

Answers (3)

rubanprasanth_s
Participant
0 Kudos

Can someone help me with detailed solution.

Regards,
Ruban.S

former_member182412
Active Contributor
0 Kudos

Hi Ruben,

Check my answer in below thread.

Regards,

Praveen.

rubanprasanth_s
Participant
0 Kudos

Hi Praveen,

How will a mail send just by having one Operational mapping . Can you please eloborate on that please .

Regards,
Ruban.S

Harish
Active Contributor
0 Kudos

Hi Ruban,

One of the possible solution would be to call email communication channel from JMS adapter (adapter module) at the end of processing. so when all other module is successfully it call the email adapter and trigger the message.

Another option would be to configure request response bean and from the response trigger the email adapter to notify.

regards,

Harish

rubanprasanth_s
Participant
0 Kudos

Dear Harish,

Thanks much for your reply. Could you please explain both options in detail ?

Regards,
Ruban.S