Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuring the MSMQ transport
  1. In the axis2.xml file at location <EI_HOME>/conf/axis2, define the MSMQ sender/listener pair as follows:

    Code Block
    <transportSender name="msmq" class="org.apache.axis2.transport.msmq.MSMQSender"/>
    
    <transportReceiver name="msmq" class="org.apache.axis2.transport.msmq.MSMQListener">
              <parameter name="msmq.receiver.host" locked="false">localhost</parameter>
    </transportReceiver>
  2. Download the axis2-transport-msmq-12.10.0-wso2v6.jar for 64-bit or 32-bit operating systems to wso2v2.jar file and add it to the <EI_HOME>/dropinsdropins directory. This file provides the JNI invocation required by MSMQ bridging. Be sure to download the correct one for your operating system. 

  3. Make sure MQ installed and running. For more information, see http://msdn.microsoft.com/en-us/library/aa967729.aspx.

  4. Make sure that you have installed Visual C++ 2008 (VC9) and that it works with Microsoft Visual Studio 2008 Express.

...