Enable mail transport sender in axis2-client.xml Open <ML_HOME>/repository/conf/axis2/axis2_client.xml and add the following. <transportSender name="mailto" class="org.apache.axis2.transport.mail.MailTransportSender">         <parameter name="mail.smtp.from">gmailId@gmail.com</parameter>         <parameter name="mail.smtp.user">gmailId</parameter>         <parameter name="mail.smtp.password">password</parameter>         <parameter name="mail.smtp.host">smtp.gmail.com</parameter>         <parameter name="mail.smtp.port">587</parameter>    
Wrote by Supun Setunga
In this article I will be discussing on how to configure WSO2 ESB 4.8.1 to both read and write from/to JMS queues on IBM WebSphere MQ. Following is the scenario. Prerequisites: You need to have IBM MQ installed in you machine (or to
Wrote by Supun Setunga
Page 1 of 6123456Next »Last